Skip to content

v0.6.2

Compare
Choose a tag to compare
@greg-szabo greg-szabo released this 28 May 03:19
· 3 commits to master since this release
33a4393
  • Introduced -s (strict) that will exit with an error code if the requested entry doesn't exist, is an empty string, or only consists of whitespaces.
  • Introduced -m (multi) that will read the property as a string, instead of piecing it together with spaces. This is useful when you have a multi-line string in your configuration that you want to print as multi-line, instead of space-concatenated lines.