myitcv / x

Mono-repo for all myitcv.io/... Go code
MIT License
103 stars 20 forks source link

cmd/egrunner: expand certain env vars present in commands #82

Closed myitcv closed 5 years ago

myitcv commented 5 years ago

When running with -out std it's annoying to see things like $HOME not expanded in the command itself. When running with -out json, it's even more confusing when that command makes its way into a README where the user is forever having to remember, "Oh yeh, GITHUB_ORG means X."

Fix that.