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

Method RegisterStringU

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

Source from the content-addressed store, hash-verified

126}
127
128func (f *Flag) RegisterStringU(cmd *cobra.Command, value *string, defaultValue string) {
129 registerString(cmd, f, value, defaultValue, true)
130}
131
132func (f *Flag) RegisterStringSlice(cmd *cobra.Command, value *[]string, defaultValue []string) {
133 registerStringSlice(cmd, f, value, defaultValue, false)

Callers 15

updateActionCmdFunction · 0.80
updateEventStreamCmdFunction · 0.80
updateUniversalLoginCmdFunction · 0.80
updateCustomDomainCmdFunction · 0.80
updateAppCmdFunction · 0.80
updateRuleCmdFunction · 0.80

Calls 1

registerStringFunction · 0.85

Tested by

no test coverage detected