chore: sort conf_required alphabetically
This commit is contained in:
@@ -258,24 +258,24 @@ ARGS_RECURSIVE_ANALYSIS = ["timeframe", "timerange", "dataformat_ohlcv", "pairs"
|
|||||||
|
|
||||||
# Command level configs - keep at the bottom of the above definitions
|
# Command level configs - keep at the bottom of the above definitions
|
||||||
NO_CONF_REQURIED = [
|
NO_CONF_REQURIED = [
|
||||||
|
"backtest-filter",
|
||||||
"convert-data",
|
"convert-data",
|
||||||
"convert-trade-data",
|
"convert-trade-data",
|
||||||
"download-data",
|
"download-data",
|
||||||
"list-timeframes",
|
"hyperopt-list",
|
||||||
|
"hyperopt-show",
|
||||||
|
"list-data",
|
||||||
|
"list-freqaimodels",
|
||||||
|
"list-hyperoptloss",
|
||||||
"list-markets",
|
"list-markets",
|
||||||
"list-pairs",
|
"list-pairs",
|
||||||
"list-strategies",
|
"list-strategies",
|
||||||
"list-freqaimodels",
|
"list-timeframes",
|
||||||
"list-hyperoptloss",
|
|
||||||
"list-data",
|
|
||||||
"hyperopt-list",
|
|
||||||
"hyperopt-show",
|
|
||||||
"backtest-filter",
|
|
||||||
"plot-dataframe",
|
"plot-dataframe",
|
||||||
"plot-profit",
|
"plot-profit",
|
||||||
"show-trades",
|
"show-trades",
|
||||||
"trades-to-ohlcv",
|
|
||||||
"strategy-updater",
|
"strategy-updater",
|
||||||
|
"trades-to-ohlcv",
|
||||||
]
|
]
|
||||||
|
|
||||||
NO_CONF_ALLOWED = ["create-userdir", "list-exchanges", "new-strategy"]
|
NO_CONF_ALLOWED = ["create-userdir", "list-exchanges", "new-strategy"]
|
||||||
|
|||||||
Reference in New Issue
Block a user