aboutsummaryrefslogtreecommitdiffstatshomepage
tag namev0.2.0.0 (7874fed44a5aa273c75958812c8bb246a3b4ed2e)
tag date2017-06-13 07:27:06 +0300
tagged byEgor Tensin <Egor.Tensin@gmail.com>
tagged objectcommit 0805933037...
downloadwindows-env-0.2.0.0.tar.gz
windows-env-0.2.0.0.zip
Handle expandable values intelligently
* paths: Don't expand %VarName%-style paths. * addpath: Add the --prepend option to add paths at the beginning of registry values. * delpath: Remove all occurrences instead of the first one. * delenv: Ignore missing registry values. * setenv: Detect %VarName%-style values and make registry values expandable automatically. * addpath: Detect %VarName%-style paths and make registry values expandable automatically. Also, I've been messing up left and right since the previous tag. If you checkout almost any commit since that, it will either not compile (due to me getting too used to `--ghc-options -w`) or not work properly (due to me being stupid). I'll do my best to avoid this shameful experience in the future.