Work on month documentation.
This commit is contained in:
parent
2511654350
commit
a17b59d241
2 changed files with 43 additions and 4 deletions
10
bbstool.scm
10
bbstool.scm
|
@ -71,16 +71,18 @@ CONNECTION WITH THE USE OR PERFORMANCE OF THIS SOFTWARE.
|
|||
(-mi (id) "Specify member by id" (-member-id- (string->number id)))
|
||||
(-mn (nick) "Specify member by nick" (-member-nick- nick))
|
||||
(-pi () "Print information" (-action- 'print-info))
|
||||
(-stats (fname) "Get stats for all months"
|
||||
(-stats (file:gnuplot-data) "Get stats for all months"
|
||||
(-action- 'print-stats)
|
||||
(-fname- fname))
|
||||
(-month (month) "Specify current month"
|
||||
(*current-month* (string->month month)))
|
||||
(-fname- file:gnuplot-data))
|
||||
(-month (YYYY-MM) "Specify current month"
|
||||
(*current-month* (string->month YYYY-MM)))
|
||||
(-print () "Print given member file"
|
||||
(-action- 'print-member-file))
|
||||
(-tests () "Run self-tests upon startup" (-run-tests?- #t))
|
||||
(-idstats () "Returns information about available member ids" (-action- 'print-idstats))
|
||||
(-genid () "Generates random member id" (-action- 'genid))
|
||||
(-gencards (file:cards file:desfires) "Generates brmdoor-compatible card files"
|
||||
(print "TODO: " file:cards " " file:desfires))
|
||||
)
|
||||
|
||||
;; Run tests
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue