boot-clj / boot

Build tooling for Clojure.
https://boot-clj.github.io/
Eclipse Public License 1.0
1.75k stars 180 forks source link

Accept true as truthy value in environment vars #645

Closed dl1ely closed 6 years ago

dl1ely commented 6 years ago

BOOT_AS_ROOT, BOOT_DISABLE_WATCHERS and BOOT_COLOR environment variables allow true as a truthy value beside 1 and yes. Fixes #631.

arichiardi commented 6 years ago

Same, rebase and merge :smile:

martinklepsch commented 6 years ago

Rebased and merged: https://github.com/boot-clj/boot/commit/394a95836a6cc48208740e2d387fb9be29a7a8c7

dl1ely commented 6 years ago

Sorry for chiming in that late, but i was very busy. Obviously, picking arbitrary strings and ||ing them together was good enough, @arichiardi. Thanks for merging.