I'm trying to use this to parse HCL files and return some values. It works but the returned strings are double quoted, which is counterintuitive. Sure I can pipe it through `jq`, but I think `hcledit` should return the raw values directly instead.
I'm trying to use this to parse HCL files and return some values. It works but the returned strings are double quoted, which is counterintuitive.
Sure I can pipe it through
jq, but I thinkhcleditshould return the raw values directly instead.