add help command
This commit is contained in:
parent
9555e26950
commit
4571ad9590
3 changed files with 58 additions and 0 deletions
|
@ -71,6 +71,7 @@ import qualified Command.Assistant
|
|||
import qualified Command.WebApp
|
||||
#endif
|
||||
#endif
|
||||
import qualified Command.Help
|
||||
|
||||
cmds :: [Command]
|
||||
cmds = concat
|
||||
|
@ -123,6 +124,7 @@ cmds = concat
|
|||
, Command.WebApp.def
|
||||
#endif
|
||||
#endif
|
||||
, Command.Help.def
|
||||
]
|
||||
|
||||
options :: [Option]
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue