Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
3 changes: 2 additions & 1 deletion reflex/reflex.py
Original file line number Diff line number Diff line change
Expand Up @@ -354,6 +354,7 @@ def run(
@click.option(
"--zip/--no-zip",
default=True,
is_flag=True,
help="Whether to zip the backend and frontend exports.",
)
@click.option(
Expand Down Expand Up @@ -569,7 +570,7 @@ def makemigrations(message: str | None):
help="The hostname of the frontend.",
)
@click.option(
"--interactive",
"--interactive/--no-interactive",
is_flag=True,
default=True,
help="Whether to list configuration options and ask for confirmation.",
Expand Down
Loading