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

Method Int16Arg

args.go:330–332  ·  view source on GitHub ↗
(name string)

Source from the content-addressed store, hash-verified

328}
329
330func (c *Command) Int16Arg(name string) int16 {
331 return arg[int16](name, c)
332}
333
334func (c *Command) Int16Args(name string) []int16 {
335 return arg[[]int16](name, c)

Callers 2

TestArgsFloatTypesFunction · 0.80
TestArgsIntTypesFunction · 0.80

Calls

no outgoing calls

Tested by 2

TestArgsFloatTypesFunction · 0.64
TestArgsIntTypesFunction · 0.64