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