b3ross / dotenvi

A simple library for generating dotenv files
MIT License
17 stars 7 forks source link

Optional value should allow a blank string #61

Closed goldcaddy77 closed 4 years ago

goldcaddy77 commented 4 years ago

I'm trying to use an optional value and I'm getting the following error:

image

I'm trying to add a value in one environment where the string is the empty string:

image

This code doesn't allow for blanks, but it seems it should:

image

goldcaddy77 commented 4 years ago

Fix PR: https://github.com/b3ross/dotenvi/issues/62