MCPcopy 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
45type ArrayArg []string
46
47func (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