docs: update command partials to be created with python 3.13

This commit is contained in:
Matthias
2025-11-09 08:07:37 +01:00
parent e26c3cbe5a
commit 5d494eac51
33 changed files with 182 additions and 222 deletions

View File

@@ -4,10 +4,9 @@ usage: freqtrade show-config [-h] [--userdir PATH] [-c PATH]
options:
-h, --help show this help message and exit
--userdir PATH, --user-data-dir PATH
--userdir, --user-data-dir PATH
Path to userdata directory.
-c PATH, --config PATH
Specify configuration file (default:
-c, --config PATH Specify configuration file (default:
`userdir/config.json` or `config.json` whichever
exists). Multiple --config options may be used. Can be
set to `-` to read config from stdin.