mirror of
https://github.com/freqtrade/freqtrade.git
synced 2026-01-28 18:00:23 +00:00
chore: update install-ui command partial
This commit is contained in:
@@ -1,9 +1,12 @@
|
|||||||
```
|
```
|
||||||
usage: freqtrade install-ui [-h] [--erase] [--ui-version UI_VERSION]
|
usage: freqtrade install-ui [-h] [--erase] [--prerelease]
|
||||||
|
[--ui-version UI_VERSION]
|
||||||
|
|
||||||
options:
|
options:
|
||||||
-h, --help show this help message and exit
|
-h, --help show this help message and exit
|
||||||
--erase Clean UI folder, don't download new version.
|
--erase Clean UI folder, don't download new version.
|
||||||
|
--prerelease Install the latest pre-release version of FreqUI. This
|
||||||
|
is not recommended for production use.
|
||||||
--ui-version UI_VERSION
|
--ui-version UI_VERSION
|
||||||
Specify a specific version of FreqUI to install. Not
|
Specify a specific version of FreqUI to install. Not
|
||||||
specifying this installs the latest version.
|
specifying this installs the latest version.
|
||||||
|
|||||||
Reference in New Issue
Block a user