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

Method AskBool

internal/cli/flags.go:68–70  ·  view source on GitHub ↗
(cmd *cobra.Command, value *bool, defaultValue *bool)

Source from the content-addressed store, hash-verified

66}
67
68func (f *Flag) AskBool(cmd *cobra.Command, value *bool, defaultValue *bool) error {
69 return askBoolFlag(cmd, f, value, defaultValue, false)
70}
71
72func (f *Flag) AskBoolU(cmd *cobra.Command, value *bool, defaultValue *bool) error {
73 return askBoolFlag(cmd, f, value, defaultValue, true)

Callers 6

createNetworkACLCmdFunction · 0.80
updateNetworkACLCmdFunction · 0.80
createEmailProviderCmdFunction · 0.80
createAPICmdFunction · 0.80

Calls 1

askBoolFlagFunction · 0.85

Tested by

no test coverage detected