add merge subcommand

This commit is contained in:
Joey Hess 2011-06-22 18:46:45 -04:00
parent 80302d0b46
commit ad3770e0b2
5 changed files with 42 additions and 5 deletions

View file

@ -47,7 +47,7 @@ sizeList :: [a] -> SizeList a
sizeList l = (l, genericLength l)
command :: [Command]
command = [repoCommand "status" (paramNothing) seek
command = [repoCommand "status" paramNothing seek
"shows status information about the annex"]
seek :: [CommandSeek]