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