Merge branch '2.2.x'

This commit is contained in:
David Lord 2022-12-24 15:31:07 -07:00
commit 910179f9b0
No known key found for this signature in database
GPG key ID: 7A1C87E3F5BC42A8
10 changed files with 15 additions and 11 deletions

View file

@ -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: