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

Method AskMany

internal/cli/flags.go:60–62  ·  view source on GitHub ↗
(cmd *cobra.Command, value interface{}, defaultValue *string)

Source from the content-addressed store, hash-verified

58}
59
60func (f *Flag) AskMany(cmd *cobra.Command, value interface{}, defaultValue *string) error {
61 return askManyFlag(cmd, f, value, defaultValue, false)
62}
63
64func (f *Flag) AskManyU(cmd *cobra.Command, value interface{}, defaultValue *string) error {
65 return askManyFlag(cmd, f, value, defaultValue, true)

Callers 4

promptForMatchCriteriaFunction · 0.80
createEventStreamCmdFunction · 0.80
createAppCmdFunction · 0.80
createAPICmdFunction · 0.80

Calls 1

askManyFlagFunction · 0.85

Tested by

no test coverage detected