MCPcopy
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
374func (c *Command) UintArgs(name string) []uint {
375 return arg[[]uint](name, c)
376}
377
378func (c *Command) Uint8Args(name string) []uint8 {
379 return arg[[]uint8](name, c)

Callers 3

TestArgsUintSliceTypesFunction · 0.80
TestArgumentsRootCommandFunction · 0.80
TestArgumentsInvalidTypeFunction · 0.80

Calls 1

argFunction · 0.85

Tested by 3

TestArgsUintSliceTypesFunction · 0.64
TestArgumentsRootCommandFunction · 0.64
TestArgumentsInvalidTypeFunction · 0.64