feat: allow explicit download of pre-release UI versions

This commit is contained in:
Matthias
2025-04-03 20:28:25 +02:00
parent 26c7752b7c
commit 627eee5fcf
4 changed files with 15 additions and 4 deletions

View File

@@ -527,6 +527,15 @@ AVAILABLE_CLI_OPTIONS = {
),
type=str,
),
"ui_prerelease": Arg(
"--prerelease",
help=(
"Install the latest pre-release version of FreqUI. "
"This is not recommended for production use."
),
action="store_true",
default=False,
),
# Templating options
"template": Arg(
"--template",