From cf720de63f52ef407c79cad5b1027cbc61827326 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Christian=20Fra=C3=9F?= Date: Mon, 24 Jun 2024 10:01:06 +0200 Subject: [PATCH] [fix] main:Aktionen "conf-schema" und "conf-expose" zulassen --- source/main.py | 2 ++ 1 file changed, 2 insertions(+) diff --git a/source/main.py b/source/main.py index 409b751..a2fd690 100644 --- a/source/main.py +++ b/source/main.py @@ -22,6 +22,8 @@ def main(): type = str, dest = "action", choices = [ + "conf-schema", + "conf-expose", "member-list", "member-read", "member-project",