mirror of
https://github.com/freqtrade/freqtrade.git
synced 2024-11-10 10:21:59 +00:00
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.',
|
||||
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',
|
||||
),
|
||||
|
|
|
@ -269,7 +269,7 @@ class Configuration:
|
|||
|
||||
self._args_to_config(
|
||||
config,
|
||||
argname='recursive',
|
||||
argname='recursive_strategy_search',
|
||||
logstring='Recursively searching for a strategy in the strategies folder.',
|
||||
)
|
||||
|
||||
|
|
Loading…
Reference in New Issue
Block a user