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

View File

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