Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/axetroy/forward-cli
/ String
Method
String
cmd/forward/main.go:68–70 ·
view source on GitHub ↗
()
Source
from the content-addressed store, hash-verified
66
type
arrayFlags []string
67
68
func
(i *arrayFlags) String() string {
69
return
"custom array flag"
70
}
71
72
func
(i *arrayFlags) Set(value string) error {
73
*i = append(*i, value)
Callers
3
modifyRequest
Method · 0.80
modifyResponse
Method · 0.80
replaceHost
Function · 0.80
Calls
no outgoing calls
Tested by
no test coverage detected