Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
hub
/
github.com/urfave/cli
/ StringArg
Method
StringArg
args.go:282–284 ·
view source on GitHub ↗
(name string)
Source
from the content-addressed store, hash-verified
280
}
281
282
func
(c *Command) StringArg(name string) string {
283
return
arg[string](name, c)
284
}
285
286
func
(c *Command) StringArgs(name string) []string {
287
return
arg[[]string](name, c)
Callers
2
TestArgsFloatTypes
Function · 0.80
TestArgsIntTypes
Function · 0.80
Calls
no outgoing calls
Tested by
2
TestArgsFloatTypes
Function · 0.64
TestArgsIntTypes
Function · 0.64