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

Method Int64Args

args.go:350–352  ·  view source on GitHub ↗
(name string)

Source from the content-addressed store, hash-verified

348}
349
350func (c *Command) Int64Args(name string) []int64 {
351 return arg[[]int64](name, c)
352}
353
354func (c *Command) UintArg(name string) uint {
355 return arg[uint](name, c)

Callers 2

TestArgsIntSliceTypesFunction · 0.80
TestArgumentsInvalidTypeFunction · 0.80

Calls 1

argFunction · 0.85

Tested by 2

TestArgsIntSliceTypesFunction · 0.64
TestArgumentsInvalidTypeFunction · 0.64