added --unlocked and --locked
This commit is contained in:
parent
fda1bdd679
commit
b13a350556
6 changed files with 48 additions and 0 deletions
|
@ -292,6 +292,16 @@ keyMatchingOptions' =
|
|||
<> help "match files by mime encoding"
|
||||
<> hidden
|
||||
)
|
||||
, globalFlag Limit.addUnlocked
|
||||
( long "unlocked"
|
||||
<> help "match files that are unlocked"
|
||||
<> hidden
|
||||
)
|
||||
, globalFlag Limit.addLocked
|
||||
( long "locked"
|
||||
<> help "match files that are locked"
|
||||
<> hidden
|
||||
)
|
||||
]
|
||||
|
||||
-- Options to match files which may not yet be annexed.
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue