Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
hub
/
github.com/urfave/cli
/ FloatArgs
Method
FloatArgs
args.go:294–296 ·
view source on GitHub ↗
(name string)
Source
from the content-addressed store, hash-verified
292
}
293
294
func
(c *Command) FloatArgs(name string) []float64 {
295
return
arg[[]float64](name, c)
296
}
297
298
func
(c *Command) Float32Arg(name string) float32 {
299
return
arg[float32](name, c)
Callers
3
TestArgsFloatSliceTypes
Function · 0.80
TestArgumentsRootCommand
Function · 0.80
TestArgumentsInvalidType
Function · 0.80
Calls
1
arg
Function · 0.85
Tested by
3
TestArgsFloatSliceTypes
Function · 0.64
TestArgumentsRootCommand
Function · 0.64
TestArgumentsInvalidType
Function · 0.64