MCPcopy Create free account
hub / github.com/VKCOM/nocc / cmdLineArgString

Struct cmdLineArgString

internal/common/cmd-env-flags.go:25–33  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

23var allCmdLineArgs []cmdLineArg
24
25type cmdLineArgString struct {
26 cmdName string
27 envName string
28 usage string
29
30 isSet bool
31 def string
32 value string
33}
34
35func (s *cmdLineArgString) String() string {
36 return s.value

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected