MCPcopy Create free account
hub / github.com/coder/envbuilder / main

Function main

scripts/docsgen/main.go:11–20  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

9)
10
11func main() {
12 path := filepath.Join("docs", "env-variables.md")
13 var options options.Options
14 mkd := "\n# Environment Variables\n\n" + options.Markdown()
15 err := os.WriteFile(path, []byte(mkd), 0o644)
16 if err != nil {
17 panic(err)
18 }
19 fmt.Printf("%s updated successfully with the latest flags!\n", path)
20}

Callers

nothing calls this directly

Calls 2

MarkdownMethod · 0.95
JoinMethod · 0.80

Tested by

no test coverage detected