add fields to git-annex-shell
This commit is contained in:
parent
2d2bfe9809
commit
d1f49b0ad0
5 changed files with 42 additions and 12 deletions
|
@ -143,4 +143,4 @@ header :: String
|
|||
header = "Usage: git-annex command [option ..]"
|
||||
|
||||
run :: [String] -> IO ()
|
||||
run args = dispatch True args cmds options header Git.CurrentRepo.get
|
||||
run args = dispatch True args cmds options [] header Git.CurrentRepo.get
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue