onlyingroup
* Support "onlyingroup=" in preferred content expressions. * Support --onlyingroup= matching option. Sponsored-by: Jack Hill on Patreon
This commit is contained in:
parent
a17ece1428
commit
fa92383993
8 changed files with 62 additions and 1 deletions
|
@ -309,7 +309,12 @@ keyMatchingOptions' =
|
|||
)
|
||||
, annexOption (setAnnexState . Limit.addInAllGroup) $ strOption
|
||||
( long "inallgroup" <> metavar paramGroup
|
||||
<> help "match files present in all remotes in a group"
|
||||
<> help "match files present in all repositories in a group"
|
||||
<> hidden
|
||||
)
|
||||
, annexOption (setAnnexState . Limit.addOnlyInGroup) $ strOption
|
||||
( long "onlyingroup" <> metavar paramGroup
|
||||
<> help "match files that are only present in repositories in the group"
|
||||
<> hidden
|
||||
)
|
||||
, annexOption (setAnnexState . Limit.addMetaData) $ strOption
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue