refactored and generalized pre-command sanity checking

This commit is contained in:
Joey Hess 2011-10-27 16:31:35 -04:00
parent 66194684ac
commit 5b74b130a3
38 changed files with 73 additions and 67 deletions

View file

@ -21,7 +21,7 @@ import Types.Key
type UnusedMap = M.Map String Key
command :: [Command]
command = [repoCommand "dropunused" (paramRepeating paramNumber) seek
command = [Command "dropunused" (paramRepeating paramNumber) needsRepo seek
"drop unused file content"]
seek :: [CommandSeek]