MCPcopy
hub / github.com/urfave/cli / HasName

Method HasName

args.go:68–68  ·  view source on GitHub ↗

which this argument can be accessed using the given name

(string)

Source from the content-addressed store, hash-verified

66type Argument interface {
67 // which this argument can be accessed using the given name
68 HasName(string) bool
69
70 // Parse the given args and return unparsed args and/or error
71 Parse([]string) ([]string, error)

Callers 3

DefaultShowCommandHelpFunction · 0.65
getArgValueMethod · 0.65
CommandMethod · 0.65

Calls

no outgoing calls

Tested by

no test coverage detected