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

Method IntArgs

args.go:318–320  ·  view source on GitHub ↗
(name string)

Source from the content-addressed store, hash-verified

316}
317
318func (c *Command) IntArgs(name string) []int {
319 return arg[[]int](name, c)
320}
321
322func (c *Command) Int8Arg(name string) int8 {
323 return arg[int8](name, c)

Callers 2

TestArgsIntSliceTypesFunction · 0.80
TestArgumentsRootCommandFunction · 0.80

Calls 1

argFunction · 0.85

Tested by 2

TestArgsIntSliceTypesFunction · 0.64
TestArgumentsRootCommandFunction · 0.64