calckey: New plumbing command, calculates the key that would be used to refer to a file

This commit is contained in:
Joey Hess 2016-04-20 13:49:42 -04:00
parent 9d952fe9d1
commit 1bfea9b3e5
Failed to extract signature
6 changed files with 104 additions and 0 deletions

View file

@ -25,6 +25,7 @@ import qualified Command.Copy
import qualified Command.Get
import qualified Command.Fsck
import qualified Command.LookupKey
import qualified Command.CalcKey
import qualified Command.ContentLocation
import qualified Command.ExamineKey
import qualified Command.MatchExpression
@ -162,6 +163,7 @@ cmds testoptparser testrunner =
, Command.Ungroup.cmd
, Command.Vicfg.cmd
, Command.LookupKey.cmd
, Command.CalcKey.cmd
, Command.ContentLocation.cmd
, Command.ExamineKey.cmd
, Command.MatchExpression.cmd