changed recursive to recursive_strategy_search
This commit is contained in:
parent
f44ae494fb
commit
b4b809ff8e
@ -82,8 +82,8 @@ AVAILABLE_CLI_OPTIONS = {
|
|||||||
help='Reset sample files to their original state.',
|
help='Reset sample files to their original state.',
|
||||||
action='store_true',
|
action='store_true',
|
||||||
),
|
),
|
||||||
"recursive": Arg(
|
"recursive_strategy_search": Arg(
|
||||||
'-r', '--recursive',
|
'-r', '--recursive_strategy_search',
|
||||||
help='Recursively search for a strategy in the strategies folder.',
|
help='Recursively search for a strategy in the strategies folder.',
|
||||||
metavar='store_true',
|
metavar='store_true',
|
||||||
),
|
),
|
||||||
|
@ -269,7 +269,7 @@ class Configuration:
|
|||||||
|
|
||||||
self._args_to_config(
|
self._args_to_config(
|
||||||
config,
|
config,
|
||||||
argname='recursive',
|
argname='recursive_strategy_search',
|
||||||
logstring='Recursively searching for a strategy in the strategies folder.',
|
logstring='Recursively searching for a strategy in the strategies folder.',
|
||||||
)
|
)
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user