Skip to content

v0.5.0

Compare
Choose a tag to compare
@github-actions github-actions released this 27 May 19:10
· 6 commits to main since this release
v0.5.0
178b289
Added CLI options.

This adds:

-r, --raw      output the raw rendered value without formatting
-p, --pretty   pretty print the output
-y, --yaml     output as YAML instead of JSON
-h, --help     print this help message
-v, --version  print the version number
--             stop parsing options

And removes:

- `%v`
- `%R`
- `%Y`
- `%J`

Also the Rust library exposes more functions, each for different
formatting options.