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

Method RegisterBool

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

Source from the content-addressed store, hash-verified

154}
155
156func (f *Flag) RegisterBool(cmd *cobra.Command, value *bool, defaultValue bool) {
157 registerBool(cmd, f, value, defaultValue, false)
158}
159
160func (f *Flag) RegisterBoolU(cmd *cobra.Command, value *bool, defaultValue bool) {
161 registerBool(cmd, f, value, defaultValue, true)

Callers 15

listLogsCmdFunction · 0.80
createEmailProviderCmdFunction · 0.80
updateEmailProviderCmdFunction · 0.80
aculDevCmdFunction · 0.80
searchUsersCmdFunction · 0.80
searchUsersByEmailCmdFunction · 0.80
updateUserCmdFunction · 0.80
importUsersCmdFunction · 0.80
aculConfigListCmdFunction · 0.80

Calls 1

registerBoolFunction · 0.85

Tested by

no test coverage detected