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

Method GetIsRequired

internal/cli/flags.go:35–37  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

33}
34
35func (f Flag) GetIsRequired() bool {
36 return f.IsRequired
37}
38
39func (f *Flag) IsSet(cmd *cobra.Command) bool {
40 if cmd.Flags().Changed(f.LongForm) {

Callers 1

TestFlagGettersFunction · 0.95

Calls

no outgoing calls

Tested by 1

TestFlagGettersFunction · 0.76