add assistant command
like watch, but more magic
This commit is contained in:
parent
cf9bf920e8
commit
3ee44cf8fe
5 changed files with 36 additions and 12 deletions
|
@ -59,6 +59,7 @@ import qualified Command.Map
|
|||
import qualified Command.Upgrade
|
||||
import qualified Command.Version
|
||||
import qualified Command.Watch
|
||||
import qualified Command.Assistant
|
||||
|
||||
cmds :: [Command]
|
||||
cmds = concat
|
||||
|
@ -101,6 +102,7 @@ cmds = concat
|
|||
, Command.Upgrade.def
|
||||
, Command.Version.def
|
||||
, Command.Watch.def
|
||||
, Command.Assistant.def
|
||||
]
|
||||
|
||||
options :: [Option]
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue