diff options
author | Joey Hess <joey@kitenet.net> | 2012-06-22 13:04:03 -0400 |
---|---|---|
committer | Joey Hess <joey@kitenet.net> | 2012-06-22 13:04:03 -0400 |
commit | 3ee44cf8feb11fc439c02eb0eb8f12d290b01120 (patch) | |
tree | 41f68e6ad947af83134ad967442cc77e199c70f9 /GitAnnex.hs | |
parent | cf9bf920e8052edbcee9dd31bfb1c9b421296d14 (diff) |
add assistant command
like watch, but more magic
Diffstat (limited to 'GitAnnex.hs')
-rw-r--r-- | GitAnnex.hs | 2 |
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] |