fix: show remotes
and replications
flags in auth create
(#374)
This commit is contained in:
@ -49,8 +49,6 @@ func helpText(perm string) struct{ readHelp, writeHelp string } {
|
||||
func hidden(perm string) bool {
|
||||
var hiddenTypes = map[string]struct{}{
|
||||
"functions": {},
|
||||
"remotes": {},
|
||||
"replications": {},
|
||||
}
|
||||
_, ok := hiddenTypes[perm]
|
||||
return ok
|
||||
|
Reference in New Issue
Block a user