Add --all option, and support it for fsck

This commit is contained in:
Joey Hess 2013-07-03 13:02:42 -04:00
parent 1fbba745d5
commit def7cb706f
5 changed files with 56 additions and 25 deletions

View file

@ -58,3 +58,7 @@ options = Option.common ++
setgitconfig v = Annex.changeGitRepo =<< inRepo (Git.Config.store v)
trustArg t = ReqArg (Remote.forceTrust t) paramRemote
allOption :: Option
allOption = Option ['A'] ["all"] (NoArg (Annex.setFlag "all"))
"operate on all versions of all files"