xtfc / mold

A fresh (ironic? maybe!) approach to project chores.
https://xtfc.org/mold
MIT License
7 stars 0 forks source link

Add --no-vars flag to not pass variable maps to commands #148

Closed scizzorz closed 4 years ago

scizzorz commented 4 years ago

This allows a user to run something like the following:

$ source <(mold --vars)
$ export FOO=overridden
$ mold --no-vars foo
Hello, overridden!