forked from orbit-oss/flask
Merge branch '2.2.x'
This commit is contained in:
commit
910179f9b0
10 changed files with 15 additions and 11 deletions
|
|
@ -933,6 +933,9 @@ def run_command(
|
|||
)
|
||||
|
||||
|
||||
run_command.params.insert(0, _debug_option)
|
||||
|
||||
|
||||
@click.command("shell", short_help="Run a shell in the app context.")
|
||||
@with_appcontext
|
||||
def shell_command() -> None:
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue