aboutsummaryrefslogtreecommitdiff
path: root/GitAnnex.hs
diff options
context:
space:
mode:
Diffstat (limited to 'GitAnnex.hs')
-rw-r--r--GitAnnex.hs2
1 files changed, 2 insertions, 0 deletions
diff --git a/GitAnnex.hs b/GitAnnex.hs
index a4c5eb849..ee451352f 100644
--- a/GitAnnex.hs
+++ b/GitAnnex.hs
@@ -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]