gotpl icon indicating copy to clipboard operation
gotpl copied to clipboard

shim for echo -e

Open mcandre opened this issue 8 years ago • 0 comments

This enables users to supply values more easily, with -e "some_key: value" YAML snippets. This removes the need for tricky workarounds such as:

  • echo -e "some_key: value\nanother_key:value" | gotpl ...

-e is necessary for echo in order to support escapes like newline.

  • shell-dependent heredoc syntax

mcandre avatar Mar 14 '17 04:03 mcandre