add merge subcommand
This commit is contained in:
parent
80302d0b46
commit
ad3770e0b2
5 changed files with 42 additions and 5 deletions
|
@ -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]
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue