MCPcopy
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
306func (c *Command) Float64Arg(name string) float64 {
307 return arg[float64](name, c)
308}
309
310func (c *Command) Float64Args(name string) []float64 {
311 return arg[[]float64](name, c)

Callers 1

TestArgsFloatTypesFunction · 0.80

Calls

no outgoing calls

Tested by 1

TestArgsFloatTypesFunction · 0.64