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

Method SelectU

internal/cli/flags.go:88–90  ·  view source on GitHub ↗
(cmd *cobra.Command, value interface{}, options []string, defaultValue *string)

Source from the content-addressed store, hash-verified

86}
87
88func (f *Flag) SelectU(cmd *cobra.Command, value interface{}, options []string, defaultValue *string) error {
89 return selectFlag(cmd, f, value, options, defaultValue, true)
90}
91
92func (f *Flag) Pick(cmd *cobra.Command, result *string, fn pickerOptionsFunc) error {
93 return pickFlag(cmd, f, result, fn, false)

Callers 8

updateEmailProviderCmdFunction · 0.80
updateCustomDomainCmdFunction · 0.80
updateAppCmdFunction · 0.80
updateAPICmdFunction · 0.80

Calls 1

selectFlagFunction · 0.85

Tested by

no test coverage detected