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

Method Ask

internal/cli/arguments.go:33–35  ·  view source on GitHub ↗
(cmd *cobra.Command, value interface{})

Source from the content-addressed store, hash-verified

31}
32
33func (a *Argument) Ask(cmd *cobra.Command, value interface{}) error {
34 return askArgument(cmd, a, value)
35}
36
37type pickerOptionsFunc func(ctx context.Context) (pickerOptions, error)
38

Callers

nothing calls this directly

Calls 1

askArgumentFunction · 0.85

Tested by

no test coverage detected