From 0f6fc7fadc2052403a33e0a53d014c973c652041 Mon Sep 17 00:00:00 2001 From: Clemens Neudecker <952378+cneud@users.noreply.github.com> Date: Mon, 25 Apr 2022 19:00:10 +0200 Subject: [PATCH] require model command line option (fix #59) --- qurator/eynollah/cli.py | 1 + 1 file changed, 1 insertion(+) diff --git a/qurator/eynollah/cli.py b/qurator/eynollah/cli.py index f343918..e419411 100644 --- a/qurator/eynollah/cli.py +++ b/qurator/eynollah/cli.py @@ -24,6 +24,7 @@ from qurator.eynollah.eynollah import Eynollah "-m", help="directory of models", type=click.Path(exists=True, file_okay=False), + required=True, ) @click.option( "--save_images",