Add --all option to list-exchanges

This commit is contained in:
hroff-1902
2019-10-01 00:33:33 +03:00
parent 9f94678478
commit d1fa5f307b
6 changed files with 37 additions and 18 deletions

View File

@@ -29,7 +29,7 @@ ARGS_HYPEROPT = ARGS_COMMON_OPTIMIZE + ["hyperopt", "hyperopt_path",
ARGS_EDGE = ARGS_COMMON_OPTIMIZE + ["stoploss_range"]
ARGS_LIST_EXCHANGES = ["print_one_column"]
ARGS_LIST_EXCHANGES = ["print_one_column", "list_exchanges_all"]
ARGS_CREATE_USERDIR = ["user_data_dir"]