This commit is contained in:
Khaleel Al-Adhami 2025-01-21 15:44:06 -08:00
parent 4f356f520c
commit dd276291b4

View File

@ -307,7 +307,7 @@ def export(
hidden=True,
),
env: constants.Env = typer.Option(
constants.Env.PROD, help="The environment to run the app in."
constants.Env.PROD, help="The environment to export the app in."
),
loglevel: constants.LogLevel = typer.Option(
config.loglevel, help="The log level to use."