MCPcopy
hub / github.com/urfave/cli / Uint64Arg

Method Uint64Arg

args.go:370–372  ·  view source on GitHub ↗
(name string)

Source from the content-addressed store, hash-verified

368}
369
370func (c *Command) Uint64Arg(name string) uint64 {
371 return arg[uint64](name, c)
372}
373
374func (c *Command) UintArgs(name string) []uint {
375 return arg[[]uint](name, c)

Callers 1

TestArgsUintTypesFunction · 0.80

Calls

no outgoing calls

Tested by 1

TestArgsUintTypesFunction · 0.64