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

Method RegisterIntSlice

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

Source from the content-addressed store, hash-verified

162}
163
164func (f *Flag) RegisterIntSlice(cmd *cobra.Command, value *[]int, defaultValue []int) {
165 registerIntSlice(cmd, f, value, defaultValue, false)
166}
167
168func (f *Flag) AskIntSlice(cmd *cobra.Command, value *[]int, defaultValue *[]int) error {
169 if shouldAsk(cmd, f, false) {

Callers 2

createNetworkACLCmdFunction · 0.80
updateNetworkACLCmdFunction · 0.80

Calls 1

registerIntSliceFunction · 0.85

Tested by

no test coverage detected