Configurable apikey file.

This commit is contained in:
Dominik Pantůček 2023-04-01 22:23:40 +02:00
parent 791316c30d
commit e0e043bdf5

View file

@ -82,6 +82,8 @@ CONNECTION WITH THE USE OR PERFORMANCE OF THIS SOFTWARE.
(*current-month* (string->month YYYY-MM))) (*current-month* (string->month YYYY-MM)))
(-tstyle (style) "Use given table style: debug, ascii, unicode" (-tstyle (style) "Use given table style: debug, ascii, unicode"
(*table-border-style* (string->symbol style))) (*table-border-style* (string->symbol style)))
(-apikey (fname) "File with Fio API keys"
(*apikeys-file* fname))
"" ""
"Query options:" "Query options:"
(-mi (id) "Specify member by id" (-member-id- (string->number id))) (-mi (id) "Specify member by id" (-member-id- (string->number id)))