Start rework of command-line module.
This commit is contained in:
parent
924f5d6675
commit
798b23c858
2 changed files with 64 additions and 1 deletions
|
@ -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")
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue