chore: update command partial

This commit is contained in:
Matthias
2025-11-15 15:50:58 +01:00
parent 5000927939
commit af728f8224

View File

@@ -2,11 +2,14 @@
usage: freqtrade list-timeframes [-h] [-v] [--no-color] [--logfile FILE] [-V] usage: freqtrade list-timeframes [-h] [-v] [--no-color] [--logfile FILE] [-V]
[-c PATH] [-d PATH] [--userdir PATH] [-c PATH] [-d PATH] [--userdir PATH]
[--exchange EXCHANGE] [-1] [--exchange EXCHANGE] [-1]
[--trading-mode {spot,margin,futures}]
options: options:
-h, --help show this help message and exit -h, --help show this help message and exit
--exchange EXCHANGE Exchange name. Only valid if no config is provided. --exchange EXCHANGE Exchange name. Only valid if no config is provided.
-1, --one-column Print output in one column. -1, --one-column Print output in one column.
--trading-mode, --tradingmode {spot,margin,futures}
Select Trading mode
Common arguments: Common arguments:
-v, --verbose Verbose mode (-vv for more, -vvv to get all messages). -v, --verbose Verbose mode (-vv for more, -vvv to get all messages).