Add list-hyperopts command

This commit is contained in:
hroff-1902
2020-02-02 18:48:29 +03:00
parent 3fe39a3e1b
commit 857eb5ff69
3 changed files with 37 additions and 4 deletions

View File

@@ -14,6 +14,7 @@ from freqtrade.commands.deploy_commands import (start_create_userdir,
from freqtrade.commands.hyperopt_commands import (start_hyperopt_list,
start_hyperopt_show)
from freqtrade.commands.list_commands import (start_list_exchanges,
start_list_hyperopts,
start_list_markets,
start_list_strategies,
start_list_timeframes)