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

Method RegisterInt

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

Source from the content-addressed store, hash-verified

146}
147
148func (f *Flag) RegisterInt(cmd *cobra.Command, value *int, defaultValue int) {
149 registerInt(cmd, f, value, defaultValue, false)
150}
151
152func (f *Flag) RegisterIntU(cmd *cobra.Command, value *int, defaultValue int) {
153 registerInt(cmd, f, value, defaultValue, true)

Callers 15

listLogsCmdFunction · 0.80
tailLogsCmdFunction · 0.80
listRolePermissionsCmdFunction · 0.80
searchUsersCmdFunction · 0.80
aculConfigListCmdFunction · 0.80
showUserRolesCmdFunction · 0.80
registerSetupFlagsFunction · 0.80
listAppsCmdFunction · 0.80
listApisCmdFunction · 0.80
createAPICmdFunction · 0.80
subscribeEventStreamCmdFunction · 0.80
listOrganizationsCmdFunction · 0.80

Calls 1

registerIntFunction · 0.85

Tested by

no test coverage detected