MCPcopy
hub / github.com/hashicorp/hcl / usage

Function usage

cmd/hclfmt/main.go:156–160  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

154}
155
156func usage() {
157 fmt.Fprintf(os.Stderr, "usage: hclfmt [flags] [path ...]\n")
158 flag.PrintDefaults()
159 os.Exit(2)
160}

Callers

nothing calls this directly

Calls 1

ExitMethod · 0.65

Tested by

no test coverage detected