MCPcopy Create free account
hub / github.com/HoneyLLM/cli2ssh / Set

Method Set

internal/args/args.go:51–54  ·  view source on GitHub ↗
(value string)

Source from the content-addressed store, hash-verified

49}
50
51func (a *ArrayArg) Set(value string) error {
52 *a = append(*a, value)
53 return nil
54}
55
56func (s *Session) FormatArgs(args []string) []string {
57 formatted := make([]string, len(args))

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected