Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
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
338
func
(c *Command) Int32Arg(name string) int32 {
339
return
arg[int32](name, c)
340
}
341
342
func
(c *Command) Int32Args(name string) []int32 {
343
return
arg[[]int32](name, c)
Callers
2
TestArgsFloatTypes
Function · 0.80
TestArgsIntTypes
Function · 0.80
Calls
no outgoing calls
Tested by
2
TestArgsFloatTypes
Function · 0.64
TestArgsIntTypes
Function · 0.64