MCPcopy
hub / github.com/urfave/cli / Float32Args

Method Float32Args

args.go:302–304  ·  view source on GitHub ↗
(name string)

Source from the content-addressed store, hash-verified

300}
301
302func (c *Command) Float32Args(name string) []float32 {
303 return arg[[]float32](name, c)
304}
305
306func (c *Command) Float64Arg(name string) float64 {
307 return arg[float64](name, c)

Callers 1

TestArgsFloatSliceTypesFunction · 0.80

Calls 1

argFunction · 0.85

Tested by 1

TestArgsFloatSliceTypesFunction · 0.64