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

Struct Flag

internal/cli/flags.go:13–21  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

11)
12
13type Flag struct {
14 Name string
15 LongForm string
16 ShortForm string
17 Help string
18 IsRequired bool
19 AlwaysPrompt bool
20 AlsoKnownAs []string
21}
22
23func (f Flag) GetName() string {
24 return f.Name

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected