MCPcopy
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
358func (c *Command) Uint8Arg(name string) uint8 {
359 return arg[uint8](name, c)
360}
361
362func (c *Command) Uint16Arg(name string) uint16 {
363 return arg[uint16](name, c)

Callers 1

TestArgsUintTypesFunction · 0.80

Calls

no outgoing calls

Tested by 1

TestArgsUintTypesFunction · 0.64