mirror of
https://github.com/freqtrade/freqtrade.git
synced 2025-11-29 08:33:07 +00:00
12 lines
385 B
Markdown
12 lines
385 B
Markdown
```
|
|
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.
|
|
|
|
```
|