Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
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
318
func
(c *Command) IntArgs(name string) []int {
319
return
arg[[]int](name, c)
320
}
321
322
func
(c *Command) Int8Arg(name string) int8 {
323
return
arg[int8](name, c)
Callers
2
TestArgsIntSliceTypes
Function · 0.80
TestArgumentsRootCommand
Function · 0.80
Calls
1
arg
Function · 0.85
Tested by
2
TestArgsIntSliceTypes
Function · 0.64
TestArgumentsRootCommand
Function · 0.64