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

Method Select

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

Source from the content-addressed store, hash-verified

82}
83
84func (f *Flag) Select(cmd *cobra.Command, value interface{}, options []string, defaultValue *string) error {
85 return selectFlag(cmd, f, value, options, defaultValue, false)
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)

Callers 15

selectTemplateFunction · 0.80
promptForRuleDetailsFunction · 0.80
createEmailProviderCmdFunction · 0.80
createUserCmdFunction · 0.80
importUsersCmdFunction · 0.80
createActionCmdFunction · 0.80
RunLoginAsMachineJWTFunction · 0.80
fromArgsMethod · 0.80
collectAPIInputsFunction · 0.80

Calls 1

selectFlagFunction · 0.85

Tested by

no test coverage detected