envsubst icon indicating copy to clipboard operation
envsubst copied to clipboard

Go package emulates bash environment variable substitution

Results 4 envsubst issues
Sort by recently updated
recently updated
newest added

`{$var-default}` was both in the supported and unsupported list

This PR adds `--strict`, so that envsubst fails if it access undefined variables.

BTW, https://github.com/a8m/envsubst supports "fail on unset var".