mirror of
https://github.com/borgmatic-collective/borgmatic.git
synced 2026-07-31 05:33:01 +02:00
Exclude --match-archives from global flags since it already exists on several actions (#303).
This commit is contained in:
@@ -288,7 +288,7 @@ def parse_arguments_for_actions(unparsed_arguments, action_parsers, global_parse
|
||||
)
|
||||
|
||||
|
||||
OMITTED_FLAG_NAMES = {'progress', 'stats', 'list'}
|
||||
OMITTED_FLAG_NAMES = {'match_archives', 'progress', 'stats', 'list'}
|
||||
|
||||
|
||||
def add_arguments_from_schema(arguments_group, schema, unparsed_arguments, names=None):
|
||||
|
||||
Reference in New Issue
Block a user