Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
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
350
func
(c *Command) Int64Args(name string) []int64 {
351
return
arg[[]int64](name, c)
352
}
353
354
func
(c *Command) UintArg(name string) uint {
355
return
arg[uint](name, c)
Callers
2
TestArgsIntSliceTypes
Function · 0.80
TestArgumentsInvalidType
Function · 0.80
Calls
1
arg
Function · 0.85
Tested by
2
TestArgsIntSliceTypes
Function · 0.64
TestArgumentsInvalidType
Function · 0.64