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

Function usage

cmd/hcldec/main.go:256–260  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

254}
255
256func usage() {
257 fmt.Fprintf(os.Stderr, "usage: hcldec --spec=<spec-file> [options] [hcl-file ...]\n")
258 flag.PrintDefaults()
259 os.Exit(2)
260}
261
262func showVarRefsJSON(vars []hcl.Traversal, ctx *hcl.EvalContext) error {
263 type PosJSON struct {

Callers

nothing calls this directly

Calls 1

ExitMethod · 0.65

Tested by

no test coverage detected