summaryrefslogtreecommitdiff
path: root/cli/app/settings
diff options
context:
space:
mode:
authorJules Laplace <julescarbon@gmail.com>2019-12-05 17:02:54 +0100
committerJules Laplace <julescarbon@gmail.com>2019-12-05 17:02:54 +0100
commitcafa61c2f1de087ced74af4f963590d6e533fe6b (patch)
treeb67ffd9c6b1127029384ab210945a2c561f61c68 /cli/app/settings
parentd9ceb77e8700312c554cd3205d0c8db775db00c2 (diff)
fix
Diffstat (limited to 'cli/app/settings')
-rw-r--r--cli/app/settings/app_cfg.py2
1 files changed, 2 insertions, 0 deletions
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',
}