Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
hub
/
github.com/urfave/cli
/ StringArgs
Method
StringArgs
args.go:286–288 ·
view source on GitHub ↗
(name string)
Source
from the content-addressed store, hash-verified
284
}
285
286
func
(c *Command) StringArgs(name string) []string {
287
return
arg[[]string](name, c)
288
}
289
290
func
(c *Command) FloatArg(name string) float64 {
291
return
arg[float64](name, c)
Callers
2
TestArgumentsInvalidType
Function · 0.80
TestArgumentsSubcommand
Function · 0.80
Calls
1
arg
Function · 0.85
Tested by
2
TestArgumentsInvalidType
Function · 0.64
TestArgumentsSubcommand
Function · 0.64