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

Method AskIntU

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

Source from the content-addressed store, hash-verified

78}
79
80func (f *Flag) AskIntU(cmd *cobra.Command, value *int, defaultValue *string) error {
81 return askIntFlag(cmd, f, value, defaultValue, true)
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)

Callers 3

updateAPICmdFunction · 0.80

Calls 1

askIntFlagFunction · 0.85

Tested by

no test coverage detected