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

Method PickU

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

Source from the content-addressed store, hash-verified

94}
95
96func (f *Flag) PickU(cmd *cobra.Command, result *string, fn pickerOptionsFunc) error {
97 return pickFlag(cmd, f, result, fn, true)
98}
99
100func (f *Flag) PickMany(cmd *cobra.Command, result *[]string, fn pickerOptionsFunc) error {
101 return pickManyFlag(cmd, f, result, fn)

Callers

nothing calls this directly

Calls 1

pickFlagFunction · 0.85

Tested by

no test coverage detected