Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
hub
/
github.com/urfave/cli
/ Slice
Method
Slice
args.go:58–62 ·
view source on GitHub ↗
()
Source
from the content-addressed store, hash-verified
56
}
57
58
func
(a *stringSliceArgs) Slice() []string {
59
ret := make([]string, len(a.v))
60
copy(ret, a.v)
61
return
ret
62
}
63
64
// Argument captures a positional argument that can
65
// be parsed
Callers
1
TestCommand_Run_CustomShellCompleteAcceptsMalformedFlags
Function · 0.95
Calls
no outgoing calls
Tested by
1
TestCommand_Run_CustomShellCompleteAcceptsMalformedFlags
Function · 0.76