summaryrefslogtreecommitdiff
path: root/cli/app/settings/app_cfg.py
diff options
context:
space:
mode:
authorJules Laplace <julescarbon@gmail.com>2020-04-02 15:31:46 +0200
committerJules Laplace <julescarbon@gmail.com>2020-04-02 15:31:46 +0200
commitc14810fe9f663d46b5477088d06047fea66d1524 (patch)
tree72eebe1589b71147f003ebb55c66a20eaf5bce6a /cli/app/settings/app_cfg.py
parent0b55e297d5088962fe8397903041c2b1737c7cdd (diff)
ability to skip words if you dont like the connection
Diffstat (limited to 'cli/app/settings/app_cfg.py')
-rw-r--r--cli/app/settings/app_cfg.py1
1 files changed, 1 insertions, 0 deletions
diff --git a/cli/app/settings/app_cfg.py b/cli/app/settings/app_cfg.py
index 09f557b..ee1be51 100644
--- a/cli/app/settings/app_cfg.py
+++ b/cli/app/settings/app_cfg.py
@@ -10,6 +10,7 @@ from app.settings import types
CLICK_GROUPS = {
'api': 'commands/api',
+ 'bridge': 'commands/bridge',
}
# -----------------------------------------------------------------------------