Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
41
func
(s *Session) FormatArg(arg string) string {
42
return
formatTemplate(arg, s)
43
}
44
45
type
ArrayArg []string
46
Callers
1
main
Function · 0.95
Calls
1
formatTemplate
Function · 0.85
Tested by
no test coverage detected