fix(cli): import-directory is missing the application context (#21255)

This commit is contained in:
Rémy DUBOIS 2023-08-23 21:32:57 +02:00 committed by GitHub
parent adaab3550c
commit 80fcbfab7c
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 0 deletions

View File

@ -34,6 +34,7 @@ logger = logging.getLogger(__name__)
@click.command()
@with_appcontext
@click.argument("directory")
@click.option(
"--overwrite",