Start work on cards export.

This commit is contained in:
Dominik Pantůček 2023-03-23 22:09:47 +01:00
parent 4804d2f84c
commit 7a56162cdb
3 changed files with 55 additions and 6 deletions

View file

@ -38,7 +38,8 @@ CONNECTION WITH THE USE OR PERFORMANCE OF THIS SOFTWARE.
primes
member-record
configuration
table)
table
cards)
;; Print banner
(print "bbstool 0.4 (c) 2023 Brmlab, z.s.")
@ -84,7 +85,8 @@ CONNECTION WITH THE USE OR PERFORMANCE OF THIS SOFTWARE.
(-tstyle (style) "Use given table style: debug, ascii, unicode"
(*table-border-style* (string->symbol style)))
(-gencards (file:cards file:desfires) "Generates brmdoor-compatible card files"
(print "TODO: " file:cards " " file:desfires))
(-action- 'export-cards)
(-fname- (list file:cards file:desfires)))
)
;; Run tests