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