MCPcopy
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
298func (c *Command) Float32Arg(name string) float32 {
299 return arg[float32](name, c)
300}
301
302func (c *Command) Float32Args(name string) []float32 {
303 return arg[[]float32](name, c)

Callers 1

TestArgsFloatTypesFunction · 0.80

Calls

no outgoing calls

Tested by 1

TestArgsFloatTypesFunction · 0.64