[fix] main:Aktionen "conf-schema" und "conf-expose" zulassen

This commit is contained in:
roydfalk 2024-06-24 10:01:06 +02:00
parent 048ccdbfd6
commit cf720de63f

View file

@ -22,6 +22,8 @@ def main():
type = str, type = str,
dest = "action", dest = "action",
choices = [ choices = [
"conf-schema",
"conf-expose",
"member-list", "member-list",
"member-read", "member-read",
"member-project", "member-project",