We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent ab01997 commit 48b405aCopy full SHA for 48b405a
1 file changed
reflex/reflex.py
@@ -354,6 +354,7 @@ def run(
354
@click.option(
355
"--zip/--no-zip",
356
default=True,
357
+ is_flag=True,
358
help="Whether to zip the backend and frontend exports.",
359
)
360
@@ -569,7 +570,7 @@ def makemigrations(message: str | None):
569
570
help="The hostname of the frontend.",
571
572
- "--interactive",
573
+ "--interactive/--no-interactive",
574
is_flag=True,
575
576
help="Whether to list configuration options and ask for confirmation.",
0 commit comments