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

Method labels

internal/cli/picker_options.go:7–13  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

5type pickerOptions []pickerOption
6
7func (p pickerOptions) labels() []string {
8 result := make([]string, 0, len(p))
9 for _, o := range p {
10 result = append(result, o.label)
11 }
12 return result
13}
14
15func (p pickerOptions) defaultLabel() string {
16 if len(p) > 0 {

Callers 8

TestPickerOptionsFunction · 0.95
pickFlagFunction · 0.95
pickManyFlagFunction · 0.95
PickMethod · 0.95
PickManyMethod · 0.95
importUsersCmdFunction · 0.80
createRuleCmdFunction · 0.80

Calls

no outgoing calls

Tested by 1

TestPickerOptionsFunction · 0.76