envsubst icon indicating copy to clipboard operation
envsubst copied to clipboard

Implement -v flag

Open a8m opened this issue 8 years ago • 2 comments

I want to add support for the -v(--variables) operation that currently exists in the gettext version.
more info here

a8m avatar Dec 06 '17 19:12 a8m

@a8m so i guess this would also need to include the shell-format argument as well?

ragboyjr avatar Jan 01 '19 22:01 ragboyjr

Fyi, I found this tool is great, but it's more features than I need, so I wrote my own version https://github.com/icy/genvsub with some strict format ${VAR_NAME}, however the tool can support both options -v and shell-format by using -p regexp. Feel free to have a look. Many thanks :)

icy avatar May 20 '20 19:05 icy