When a pants option is a boolean flag, what should...
# general
h
When a pants option is a boolean flag, what should environment variables be set to? I didn't see anything here. Is it sufficient to just set it in the environment or should we do something like
"True"
and
"False"
?