From cafa61c2f1de087ced74af4f963590d6e533fe6b Mon Sep 17 00:00:00 2001 From: Jules Laplace Date: Thu, 5 Dec 2019 17:02:54 +0100 Subject: fix --- cli/app/settings/app_cfg.py | 2 ++ 1 file changed, 2 insertions(+) (limited to 'cli/app') diff --git a/cli/app/settings/app_cfg.py b/cli/app/settings/app_cfg.py index 0a1ee13..7ec107e 100644 --- a/cli/app/settings/app_cfg.py +++ b/cli/app/settings/app_cfg.py @@ -18,6 +18,8 @@ codecs.register(lambda name: codecs.lookup('utf8') if name == 'utf8mb4' else Non # ----------------------------------------------------------------------------- CLICK_GROUPS = { + 'biggan': 'app/commands/biggan', + 'bigbigan': 'app/commands/bigbigan', 'process': 'app/commands/process', } -- cgit v1.2.3-70-g09d2