changed recursive to recursive_strategy_search
This commit is contained in:
@@ -82,8 +82,8 @@ AVAILABLE_CLI_OPTIONS = {
|
||||
help='Reset sample files to their original state.',
|
||||
action='store_true',
|
||||
),
|
||||
"recursive": Arg(
|
||||
'-r', '--recursive',
|
||||
"recursive_strategy_search": Arg(
|
||||
'-r', '--recursive_strategy_search',
|
||||
help='Recursively search for a strategy in the strategies folder.',
|
||||
metavar='store_true',
|
||||
),
|
||||
|
Reference in New Issue
Block a user