env-cmd icon indicating copy to clipboard operation
env-cmd copied to clipboard

feat: add support for parameter expansion

Open hpohlmeyer opened this issue 3 years ago • 2 comments

Adds support for parameter expansions in strings. For example:

./node_modules/.bin/env-cmd -x echo "Hello ${WHO}!"

and

{
  "script": {
    "hello": "env-cmd -x echo \"Hello ${WHO}!\""
  }
}

Closes https://github.com/toddbluhm/env-cmd/issues/341

hpohlmeyer avatar Feb 02 '22 17:02 hpohlmeyer

Think I submitted something similar in https://github.com/toddbluhm/env-cmd/pull/253 ?

nkrul avatar Feb 22 '22 01:02 nkrul