diff options
| author | Jules Laplace <julescarbon@gmail.com> | 2019-12-05 17:02:54 +0100 |
|---|---|---|
| committer | Jules Laplace <julescarbon@gmail.com> | 2019-12-05 17:02:54 +0100 |
| commit | cafa61c2f1de087ced74af4f963590d6e533fe6b (patch) | |
| tree | b67ffd9c6b1127029384ab210945a2c561f61c68 /cli/app/settings | |
| parent | d9ceb77e8700312c554cd3205d0c8db775db00c2 (diff) | |
fix
Diffstat (limited to 'cli/app/settings')
| -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', } |
