sloria / environs

simplified environment variable parsing

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Support all shell parameter expansion

LecrisUT opened this issue · comments

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.