add fields to git-annex-shell

This commit is contained in:
Joey Hess 2012-07-02 00:53:00 -04:00
parent 2d2bfe9809
commit d1f49b0ad0
5 changed files with 42 additions and 12 deletions

View file

@ -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