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

Method AskManyU

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

Source from the content-addressed store, hash-verified

62}
63
64func (f *Flag) AskManyU(cmd *cobra.Command, value interface{}, defaultValue *string) error {
65 return askManyFlag(cmd, f, value, defaultValue, true)
66}
67
68func (f *Flag) AskBool(cmd *cobra.Command, value *bool, defaultValue *bool) error {
69 return askBoolFlag(cmd, f, value, defaultValue, false)

Callers 8

updateEventStreamCmdFunction · 0.80
updateAppCmdFunction · 0.80
updateAPICmdFunction · 0.80
updateBotDetectionCmdRunFunction · 0.80

Calls 1

askManyFlagFunction · 0.85

Tested by

no test coverage detected