MCPcopy Create free account
hub / github.com/auth0/auth0-cli / RegisterStringSlice

Method RegisterStringSlice

internal/cli/flags.go:132–134  ·  view source on GitHub ↗
(cmd *cobra.Command, value *[]string, defaultValue []string)

Source from the content-addressed store, hash-verified

130}
131
132func (f *Flag) RegisterStringSlice(cmd *cobra.Command, value *[]string, defaultValue []string) {
133 registerStringSlice(cmd, f, value, defaultValue, false)
134}
135
136func (f *Flag) RegisterStringSliceU(cmd *cobra.Command, value *[]string, defaultValue []string) {
137 registerStringSlice(cmd, f, value, defaultValue, true)

Callers 15

aculInitCmdFunction · 0.80
createNetworkACLCmdFunction · 0.80
updateNetworkACLCmdFunction · 0.80
addRolePermissionsCmdFunction · 0.80
removeRolePermissionsCmdFunction · 0.80
aculDevCmdFunction · 0.80
generateTerraformCmdFunction · 0.80
testLoginCmdFunction · 0.80
testTokenCmdFunction · 0.80
loginCmdFunction · 0.80
addUserRolesCmdFunction · 0.80
removeUserRolesCmdFunction · 0.80

Calls 1

registerStringSliceFunction · 0.85

Tested by

no test coverage detected