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

Method PickMany

internal/cli/flags.go:100–102  ·  view source on GitHub ↗
(cmd *cobra.Command, result *[]string, fn pickerOptionsFunc)

Source from the content-addressed store, hash-verified

98}
99
100func (f *Flag) PickMany(cmd *cobra.Command, result *[]string, fn pickerOptionsFunc) error {
101 return pickManyFlag(cmd, f, result, fn)
102}
103
104func (f *Flag) OpenEditor(cmd *cobra.Command, value *string, defaultValue, filename string, infoFn func()) error {
105 return openEditorFlag(cmd, f, value, defaultValue, filename, infoFn, nil, false)

Callers 12

deleteNetworkACLCmdFunction · 0.45
deleteActionCmdFunction · 0.45
deleteEventStreamCmdFunction · 0.45
deleteCustomDomainCmdFunction · 0.45
deleteAppCmdFunction · 0.45
deleteRuleCmdFunction · 0.45
deleteAPICmdFunction · 0.45
deleteOrganizationCmdFunction · 0.45
deleteRoleCmdFunction · 0.45
deleteLogStreamCmdFunction · 0.45

Calls 1

pickManyFlagFunction · 0.85

Tested by

no test coverage detected