fix: show remotes and replications flags in auth create (#374)

This commit is contained in:
Dane Strandboge
2022-08-03 16:49:45 -05:00
committed by GitHub
parent 826e03f8b2
commit 75e3606e87

View File

@ -49,8 +49,6 @@ func helpText(perm string) struct{ readHelp, writeHelp string } {
func hidden(perm string) bool { func hidden(perm string) bool {
var hiddenTypes = map[string]struct{}{ var hiddenTypes = map[string]struct{}{
"functions": {}, "functions": {},
"remotes": {},
"replications": {},
} }
_, ok := hiddenTypes[perm] _, ok := hiddenTypes[perm]
return ok return ok