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

Method GetIsRequired

internal/cli/arguments.go:29–31  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

27}
28
29func (a Argument) GetIsRequired() bool {
30 return true
31}
32
33func (a *Argument) Ask(cmd *cobra.Command, value interface{}) error {
34 return askArgument(cmd, a, value)

Callers 1

TestArgumentGettersFunction · 0.95

Calls

no outgoing calls

Tested by 1

TestArgumentGettersFunction · 0.76