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

FuncType pickerOptionsFunc

internal/cli/arguments.go:37–37  ·  view source on GitHub ↗
func(ctx context.Context) (pickerOptions, error)

Source from the content-addressed store, hash-verified

35}
36
37type pickerOptionsFunc func(ctx context.Context) (pickerOptions, error)
38
39func (a *Argument) Pick(cmd *cobra.Command, result *string, fn pickerOptionsFunc) error {
40 if !canPrompt(cmd) {

Callers 1

Calls

no outgoing calls

Tested by

no test coverage detected