Skip to content

Commit 48b405a

Browse files
authored
add no interactive back (#5191)
1 parent ab01997 commit 48b405a

1 file changed

Lines changed: 2 additions & 1 deletion

File tree

reflex/reflex.py

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -354,6 +354,7 @@ def run(
354354
@click.option(
355355
"--zip/--no-zip",
356356
default=True,
357+
is_flag=True,
357358
help="Whether to zip the backend and frontend exports.",
358359
)
359360
@click.option(
@@ -569,7 +570,7 @@ def makemigrations(message: str | None):
569570
help="The hostname of the frontend.",
570571
)
571572
@click.option(
572-
"--interactive",
573+
"--interactive/--no-interactive",
573574
is_flag=True,
574575
default=True,
575576
help="Whether to list configuration options and ask for confirmation.",

0 commit comments

Comments
 (0)