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

Method AskInt

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

Source from the content-addressed store, hash-verified

74}
75
76func (f *Flag) AskInt(cmd *cobra.Command, value *int, defaultValue *string) error {
77 return askIntFlag(cmd, f, value, defaultValue, false)
78}
79
80func (f *Flag) AskIntU(cmd *cobra.Command, value *int, defaultValue *string) error {
81 return askIntFlag(cmd, f, value, defaultValue, true)

Callers 3

createNetworkACLCmdFunction · 0.80
updateNetworkACLCmdFunction · 0.80
runSetupQuickstartFunction · 0.80

Calls 1

askIntFlagFunction · 0.85

Tested by

no test coverage detected