Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
hub
/
github.com/urfave/cli
/ Float64Arg
Method
Float64Arg
args.go:306–308 ·
view source on GitHub ↗
(name string)
Source
from the content-addressed store, hash-verified
304
}
305
306
func
(c *Command) Float64Arg(name string) float64 {
307
return
arg[float64](name, c)
308
}
309
310
func
(c *Command) Float64Args(name string) []float64 {
311
return
arg[[]float64](name, c)
Callers
1
TestArgsFloatTypes
Function · 0.80
Calls
no outgoing calls
Tested by
1
TestArgsFloatTypes
Function · 0.64