MCPcopy
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
354func (c *Command) UintArg(name string) uint {
355 return arg[uint](name, c)
356}
357
358func (c *Command) Uint8Arg(name string) uint8 {
359 return arg[uint8](name, c)

Callers 1

TestArgsUintTypesFunction · 0.80

Calls

no outgoing calls

Tested by 1

TestArgsUintTypesFunction · 0.64