Преглед изворни кода

Exclude --match-archives from global flags since it already exists on several actions (#303).

Dan Helfman пре 3 месеци
родитељ
комит
cbfc0bead1
1 измењених фајлова са 1 додато и 1 уклоњено
  1. 1 1
      borgmatic/commands/arguments.py

+ 1 - 1
borgmatic/commands/arguments.py

@@ -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):