Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
hub
/
github.com/urfave/cli
/ UintArgs
Method
UintArgs
args.go:374–376 ·
view source on GitHub ↗
(name string)
Source
from the content-addressed store, hash-verified
372
}
373
374
func
(c *Command) UintArgs(name string) []uint {
375
return
arg[[]uint](name, c)
376
}
377
378
func
(c *Command) Uint8Args(name string) []uint8 {
379
return
arg[[]uint8](name, c)
Callers
3
TestArgsUintSliceTypes
Function · 0.80
TestArgumentsRootCommand
Function · 0.80
TestArgumentsInvalidType
Function · 0.80
Calls
1
arg
Function · 0.85
Tested by
3
TestArgsUintSliceTypes
Function · 0.64
TestArgumentsRootCommand
Function · 0.64
TestArgumentsInvalidType
Function · 0.64