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

Method Int8Args

args.go:326–328  ·  view source on GitHub ↗
(name string)

Source from the content-addressed store, hash-verified

324}
325
326func (c *Command) Int8Args(name string) []int8 {
327 return arg[[]int8](name, c)
328}
329
330func (c *Command) Int16Arg(name string) int16 {
331 return arg[int16](name, c)

Callers 2

TestArgsIntSliceTypesFunction · 0.80
TestArgumentsInvalidTypeFunction · 0.80

Calls 1

argFunction · 0.85

Tested by 2

TestArgsIntSliceTypesFunction · 0.64
TestArgumentsInvalidTypeFunction · 0.64