added --unlocked and --locked

This commit is contained in:
Joey Hess 2019-09-19 12:20:35 -04:00
parent fda1bdd679
commit b13a350556
No known key found for this signature in database
GPG key ID: DB12DB0FF05F8F38
6 changed files with 48 additions and 0 deletions

View file

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