Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/HoneyLLM/cli2ssh
/ ArrayArg
TypeAlias
ArrayArg
internal/args/args.go:45–45 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
43
}
44
45
type
ArrayArg []string
46
47
func
(a *ArrayArg) String() string {
48
return
fmt.Sprintf(
"%v"
, *a)
Callers
nothing calls this directly
Calls
no outgoing calls
Tested by
no test coverage detected