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

Method Int8Arg

args.go:322–324  ·  view source on GitHub ↗
(name string)

Source from the content-addressed store, hash-verified

320}
321
322func (c *Command) Int8Arg(name string) int8 {
323 return arg[int8](name, c)
324}
325
326func (c *Command) Int8Args(name string) []int8 {
327 return arg[[]int8](name, c)

Callers 2

TestArgsFloatTypesFunction · 0.80
TestArgsIntTypesFunction · 0.80

Calls

no outgoing calls

Tested by 2

TestArgsFloatTypesFunction · 0.64
TestArgsIntTypesFunction · 0.64