docs: use includes for command help output

This commit is contained in:
Matthias
2025-01-06 13:51:56 +01:00
parent fc9ea6d153
commit 96490b7b7a
43 changed files with 1623 additions and 1322 deletions
+11
View File
@@ -0,0 +1,11 @@
```
usage: freqtrade install-ui [-h] [--erase] [--ui-version UI_VERSION]
options:
-h, --help show this help message and exit
--erase Clean UI folder, don't download new version.
--ui-version UI_VERSION
Specify a specific version of FreqUI to install. Not
specifying this installs the latest version.
```