Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
hub
/
github.com/urfave/cli
/ Uint8Arg
Method
Uint8Arg
args.go:358–360 ·
view source on GitHub ↗
(name string)
Source
from the content-addressed store, hash-verified
356
}
357
358
func
(c *Command) Uint8Arg(name string) uint8 {
359
return
arg[uint8](name, c)
360
}
361
362
func
(c *Command) Uint16Arg(name string) uint16 {
363
return
arg[uint16](name, c)
Callers
1
TestArgsUintTypes
Function · 0.80
Calls
no outgoing calls
Tested by
1
TestArgsUintTypes
Function · 0.64