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

Method FormatArg

internal/args/args.go:41–43  ·  view source on GitHub ↗
(arg string)

Source from the content-addressed store, hash-verified

39}
40
41func (s *Session) FormatArg(arg string) string {
42 return formatTemplate(arg, s)
43}
44
45type ArrayArg []string
46

Callers 1

mainFunction · 0.95

Calls 1

formatTemplateFunction · 0.85

Tested by

no test coverage detected