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

Method RegisterStringSliceU

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

Source from the content-addressed store, hash-verified

134}
135
136func (f *Flag) RegisterStringSliceU(cmd *cobra.Command, value *[]string, defaultValue []string) {
137 registerStringSlice(cmd, f, value, defaultValue, true)
138}
139
140func (f *Flag) RegisterStringMap(cmd *cobra.Command, value *map[string]string, defaultValue map[string]string) {
141 registerStringMap(cmd, f, value, defaultValue, false)

Callers 8

updateEventStreamCmdFunction · 0.80
updateAppCmdFunction · 0.80
updateAPICmdFunction · 0.80
updateBotDetectionCmdFunction · 0.80

Calls 1

registerStringSliceFunction · 0.85

Tested by

no test coverage detected