Add --all option, and support it for fsck
This commit is contained in:
parent
1fbba745d5
commit
def7cb706f
5 changed files with 56 additions and 25 deletions
|
@ -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"
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue