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

Method RegisterIntU

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

Source from the content-addressed store, hash-verified

150}
151
152func (f *Flag) RegisterIntU(cmd *cobra.Command, value *int, defaultValue int) {
153 registerInt(cmd, f, value, defaultValue, true)
154}
155
156func (f *Flag) RegisterBool(cmd *cobra.Command, value *bool, defaultValue bool) {
157 registerBool(cmd, f, value, defaultValue, false)

Callers 4

updateAPICmdFunction · 0.80
updateEmailTemplateCmdFunction · 0.80

Calls 1

registerIntFunction · 0.85

Tested by

no test coverage detected