Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
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
342
func
(c *Command) Int32Args(name string) []int32 {
343
return
arg[[]int32](name, c)
344
}
345
346
func
(c *Command) Int64Arg(name string) int64 {
347
return
arg[int64](name, c)
Callers
2
TestArgsIntSliceTypes
Function · 0.80
TestArgumentsInvalidType
Function · 0.80
Calls
1
arg
Function · 0.85
Tested by
2
TestArgsIntSliceTypes
Function · 0.64
TestArgumentsInvalidType
Function · 0.64