Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
hub
/
github.com/urfave/cli
/ Int16Args
Method
Int16Args
args.go:334–336 ·
view source on GitHub ↗
(name string)
Source
from the content-addressed store, hash-verified
332
}
333
334
func
(c *Command) Int16Args(name string) []int16 {
335
return
arg[[]int16](name, c)
336
}
337
338
func
(c *Command) Int32Arg(name string) int32 {
339
return
arg[int32](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