feat: filter list-exchanges by dex

This commit is contained in:
Matthias
2025-08-03 19:44:52 +02:00
parent 12fbae7204
commit 887f513438
3 changed files with 10 additions and 1 deletions

View File

@@ -369,6 +369,11 @@ AVAILABLE_CLI_OPTIONS = {
help="Print all exchanges known to the ccxt library.",
action="store_true",
),
"dex_exchanges": Arg(
"--dex-exchanges",
help="Print only DEX exchanges.",
action="store_true",
),
# List pairs / markets
"list_pairs_all": Arg(
"-a",