summaryrefslogtreecommitdiff
path: root/GitAnnex.hs
diff options
context:
space:
mode:
authorGravatar Joey Hess <joey@kitenet.net>2013-12-15 14:02:23 -0400
committerGravatar Joey Hess <joey@kitenet.net>2013-12-15 14:02:23 -0400
commit3d1b94998a0aff3d08cf8648ae977614412e8138 (patch)
tree1988b7e23d1bf4414cc6717fd010f0e0bb6bac12 /GitAnnex.hs
parentd8365c862bd88536c108262f4bfeea450128c119 (diff)
Add plumbing-level lookupkey command.
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