Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
hub
/
github.com/urfave/cli
/ Float32Arg
Method
Float32Arg
args.go:298–300 ·
view source on GitHub ↗
(name string)
Source
from the content-addressed store, hash-verified
296
}
297
298
func
(c *Command) Float32Arg(name string) float32 {
299
return
arg[float32](name, c)
300
}
301
302
func
(c *Command) Float32Args(name string) []float32 {
303
return
arg[[]float32](name, c)
Callers
1
TestArgsFloatTypes
Function · 0.80
Calls
no outgoing calls
Tested by
1
TestArgsFloatTypes
Function · 0.64