added \'h\' and \'help\' to avaiable help commands

main
m455 2019-11-13 15:14:04 -05:00
parent fa2bd383fb
commit 08e587c9a5
1 changed files with 1 additions and 1 deletions

View File

@ -11,6 +11,6 @@
(define add-command "add")
(define list-command "ls")
(define initialize-command "init")
(define help-command '("-h" "--help"))
(define help-command '("-h" "--help" "h" "help"))
(define path-to-list-file
(string-append program-directory list-file))