Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
hub
/
github.com/urfave/cli
/ Float64Args
Method
Float64Args
args.go:310–312 ·
view source on GitHub ↗
(name string)
Source
from the content-addressed store, hash-verified
308
}
309
310
func
(c *Command) Float64Args(name string) []float64 {
311
return
arg[[]float64](name, c)
312
}
313
314
func
(c *Command) IntArg(name string) int {
315
return
arg[int](name, c)
Callers
1
TestArgsFloatSliceTypes
Function · 0.80
Calls
1
arg
Function · 0.85
Tested by
1
TestArgsFloatSliceTypes
Function · 0.64