[fix] main:Aktionen "conf-schema" und "conf-expose" zulassen
This commit is contained in:
parent
048ccdbfd6
commit
cf720de63f
1 changed files with 2 additions and 0 deletions
|
@ -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",
|
||||||
|
|
Loading…
Add table
Reference in a new issue