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

Method Int32Arg

args.go:338–340  ·  view source on GitHub ↗
(name string)

Source from the content-addressed store, hash-verified

336}
337
338func (c *Command) Int32Arg(name string) int32 {
339 return arg[int32](name, c)
340}
341
342func (c *Command) Int32Args(name string) []int32 {
343 return arg[[]int32](name, c)

Callers 2

TestArgsFloatTypesFunction · 0.80
TestArgsIntTypesFunction · 0.80

Calls

no outgoing calls

Tested by 2

TestArgsFloatTypesFunction · 0.64
TestArgsIntTypesFunction · 0.64