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

Method RegisterBoolU

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

Source from the content-addressed store, hash-verified

158}
159
160func (f *Flag) RegisterBoolU(cmd *cobra.Command, value *bool, defaultValue bool) {
161 registerBool(cmd, f, value, defaultValue, true)
162}
163
164func (f *Flag) RegisterIntSlice(cmd *cobra.Command, value *[]int, defaultValue []int) {
165 registerIntSlice(cmd, f, value, defaultValue, false)

Callers 9

updateAppCmdFunction · 0.80
updateAPICmdFunction · 0.80
updateEmailTemplateCmdFunction · 0.80
updateBotDetectionCmdFunction · 0.80

Calls 1

registerBoolFunction · 0.85

Tested by

no test coverage detected