summaryrefslogtreecommitdiff
path: root/CmdLine/GitAnnex.hs
diff options
context:
space:
mode:
authorJoey Hess <joeyh@joeyh.name>2016-01-25 16:16:18 -0400
committerJoey Hess <joeyh@joeyh.name>2016-01-25 16:16:18 -0400
commitd3ba9fe5c85d79f98949392aa34d4436dd746b3b (patch)
tree44f884cd3ac9366961006a0b3aec2eab85eb5c3f /CmdLine/GitAnnex.hs
parent4b569c9e7f1091785f7a7a3925881c2a17f87352 (diff)
matchexpression: New plumbing command to check if a preferred content expression matches some data.
Diffstat (limited to 'CmdLine/GitAnnex.hs')
-rw-r--r--CmdLine/GitAnnex.hs2
1 files changed, 2 insertions, 0 deletions
diff --git a/CmdLine/GitAnnex.hs b/CmdLine/GitAnnex.hs
index 0383dada34..ec35285c4d 100644
--- a/CmdLine/GitAnnex.hs
+++ b/CmdLine/GitAnnex.hs
@@ -27,6 +27,7 @@ import qualified Command.Fsck
import qualified Command.LookupKey
import qualified Command.ContentLocation
import qualified Command.ExamineKey
+import qualified Command.MatchExpression
import qualified Command.FromKey
import qualified Command.RegisterUrl
import qualified Command.SetKey
@@ -166,6 +167,7 @@ cmds testoptparser testrunner =
, Command.LookupKey.cmd
, Command.ContentLocation.cmd
, Command.ExamineKey.cmd
+ , Command.MatchExpression.cmd
, Command.FromKey.cmd
, Command.RegisterUrl.cmd
, Command.SetKey.cmd