fix: show remotes
and replications
flags in auth create
(#374)
This commit is contained in:
parent
826e03f8b2
commit
75e3606e87
@ -48,9 +48,7 @@ func helpText(perm string) struct{ readHelp, writeHelp string } {
|
||||
|
||||
func hidden(perm string) bool {
|
||||
var hiddenTypes = map[string]struct{}{
|
||||
"functions": {},
|
||||
"remotes": {},
|
||||
"replications": {},
|
||||
"functions": {},
|
||||
}
|
||||
_, ok := hiddenTypes[perm]
|
||||
return ok
|
||||
|
Loading…
x
Reference in New Issue
Block a user