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