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

Method StringArg

args.go:282–284  ·  view source on GitHub ↗
(name string)

Source from the content-addressed store, hash-verified

280}
281
282func (c *Command) StringArg(name string) string {
283 return arg[string](name, c)
284}
285
286func (c *Command) StringArgs(name string) []string {
287 return arg[[]string](name, c)

Callers 2

TestArgsFloatTypesFunction · 0.80
TestArgsIntTypesFunction · 0.80

Calls

no outgoing calls

Tested by 2

TestArgsFloatTypesFunction · 0.64
TestArgsIntTypesFunction · 0.64