Start rework of command-line module.

This commit is contained in:
Dominik Pantůček 2023-03-13 22:31:01 +01:00
parent 924f5d6675
commit 798b23c858
2 changed files with 64 additions and 1 deletions

View file

@ -28,7 +28,8 @@
dictionary
month
period
member-file)
member-file
command-line)
;; Print banner
(print "brmsaptool 0.2 (c) 2023 Brmlab, z.s.")
@ -40,6 +41,7 @@
(month-tests!)
(period-tests!)
(member-file-tests!)
(command-line-tests!)
(newline)
(load-member-file "members/joe")