diff options
Diffstat (limited to 'cli/app')
| -rw-r--r-- | cli/app/settings/app_cfg.py | 2 |
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', } |
