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

Method Int64Arg

args.go:346–348  ·  view source on GitHub ↗
(name string)

Source from the content-addressed store, hash-verified

344}
345
346func (c *Command) Int64Arg(name string) int64 {
347 return arg[int64](name, c)
348}
349
350func (c *Command) Int64Args(name string) []int64 {
351 return arg[[]int64](name, c)

Callers 2

TestArgsFloatTypesFunction · 0.80
TestArgsIntTypesFunction · 0.80

Calls

no outgoing calls

Tested by 2

TestArgsFloatTypesFunction · 0.64
TestArgsIntTypesFunction · 0.64