MCPcopy Create free account
hub / github.com/OctopusDeploy/cli / main

Function main

cmd/gen-docs/main.go:73–78  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

71}
72
73func main() {
74 if err := run(os.Args); err != nil {
75 fmt.Fprintln(os.Stderr, err)
76 os.Exit(1)
77 }
78}
79
80func run(args []string) error {
81 flags := pflag.NewFlagSet("", pflag.ContinueOnError)

Callers

nothing calls this directly

Calls 1

runFunction · 0.85

Tested by

no test coverage detected