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

Method Float64Args

args.go:310–312  ·  view source on GitHub ↗
(name string)

Source from the content-addressed store, hash-verified

308}
309
310func (c *Command) Float64Args(name string) []float64 {
311 return arg[[]float64](name, c)
312}
313
314func (c *Command) IntArg(name string) int {
315 return arg[int](name, c)

Callers 1

TestArgsFloatSliceTypesFunction · 0.80

Calls 1

argFunction · 0.85

Tested by 1

TestArgsFloatSliceTypesFunction · 0.64