Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
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
346
func
(c *Command) Int64Arg(name string) int64 {
347
return
arg[int64](name, c)
348
}
349
350
func
(c *Command) Int64Args(name string) []int64 {
351
return
arg[[]int64](name, c)
Callers
2
TestArgsFloatTypes
Function · 0.80
TestArgsIntTypes
Function · 0.80
Calls
no outgoing calls
Tested by
2
TestArgsFloatTypes
Function · 0.64
TestArgsIntTypes
Function · 0.64