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

Method Int32Args

args.go:342–344  ·  view source on GitHub ↗
(name string)

Source from the content-addressed store, hash-verified

340}
341
342func (c *Command) Int32Args(name string) []int32 {
343 return arg[[]int32](name, c)
344}
345
346func (c *Command) Int64Arg(name string) int64 {
347 return arg[int64](name, c)

Callers 2

TestArgsIntSliceTypesFunction · 0.80
TestArgumentsInvalidTypeFunction · 0.80

Calls 1

argFunction · 0.85

Tested by 2

TestArgsIntSliceTypesFunction · 0.64
TestArgumentsInvalidTypeFunction · 0.64