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

Method Int16Args

args.go:334–336  ·  view source on GitHub ↗
(name string)

Source from the content-addressed store, hash-verified

332}
333
334func (c *Command) Int16Args(name string) []int16 {
335 return arg[[]int16](name, c)
336}
337
338func (c *Command) Int32Arg(name string) int32 {
339 return arg[int32](name, c)

Callers 2

TestArgsIntSliceTypesFunction · 0.80
TestArgumentsInvalidTypeFunction · 0.80

Calls 1

argFunction · 0.85

Tested by 2

TestArgsIntSliceTypesFunction · 0.64
TestArgumentsInvalidTypeFunction · 0.64