sloria / environs

simplified environment variable parsing
MIT License
1.21k stars 85 forks source link

Support all shell parameter expansion #301

Open LecrisUT opened 1 year ago

LecrisUT commented 1 year ago

https://www.gnu.org/software/bash/manual/html_node/Shell-Parameter-Expansion.html

I was doing a quick search in the test folder, but I don't quite see the parameter expansion other than default -, nor do I see nesting of operations. Having support for + and = operator would be appreciated.