Start work on cards export.
This commit is contained in:
parent
4804d2f84c
commit
7a56162cdb
3 changed files with 55 additions and 6 deletions
|
@ -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
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue