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

Struct Argument

internal/cli/arguments.go:12–15  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

10)
11
12type Argument struct {
13 Name string
14 Help string
15}
16
17func (a Argument) GetName() string {
18 return a.Name

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected