Code
Hub
Workspaces
Following
Digest
Agents
Trending
Connect
MCP
copy
Index your code
hub
/
github.com/HoneyLLM/cli2ssh
/ String
Method
String
internal/args/args.go:47–49 ·
view source on GitHub ↗
()
Source
from the content-addressed store, hash-verified
45
type
ArrayArg []string
46
47
func
(a *ArrayArg) String() string {
48
return
fmt.Sprintf(
"%v"
, *a)
49
}
50
51
func
(a *ArrayArg) Set(value string) error {
52
*a = append(*a, value)
Callers
3
NewSession
Function · 0.80
formatTemplate
Function · 0.80
main
Function · 0.80
Calls
no outgoing calls
Tested by
no test coverage detected