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

@@ -244,6 +244,11 @@ AVAILABLE_CLI_OPTIONS = {
help='Print exchanges in one column.',
action='store_true',
),
"list_exchanges_all": Arg(
'-a', '--all',
help='Print all exchanges known to the ccxt library.',
action='store_true',
),
# Script options
"pairs": Arg(
'-p', '--pairs',