summaryrefslogtreecommitdiff
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 5b69a2d9d..8ea0c9569 100644
--- a/GitAnnex.hs
+++ b/GitAnnex.hs
@@ -20,6 +20,7 @@ import qualified Command.Drop
import qualified Command.Move
import qualified Command.Copy
import qualified Command.Get
+import qualified Command.LookupKey
import qualified Command.FromKey
import qualified Command.DropKey
import qualified Command.TransferKey
@@ -124,6 +125,7 @@ cmds = concat
, Command.Schedule.def
, Command.Ungroup.def
, Command.Vicfg.def
+ , Command.LookupKey.def
, Command.FromKey.def
, Command.DropKey.def
, Command.TransferKey.def