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