added \'h\' and \'help\' to avaiable help commands
parent
fa2bd383fb
commit
08e587c9a5
|
@ -11,6 +11,6 @@
|
||||||
(define add-command "add")
|
(define add-command "add")
|
||||||
(define list-command "ls")
|
(define list-command "ls")
|
||||||
(define initialize-command "init")
|
(define initialize-command "init")
|
||||||
(define help-command '("-h" "--help"))
|
(define help-command '("-h" "--help" "h" "help"))
|
||||||
(define path-to-list-file
|
(define path-to-list-file
|
||||||
(string-append program-directory list-file))
|
(string-append program-directory list-file))
|
||||||
|
|
Loading…
Reference in New Issue