Thanks to @tbratsas, this release fixes a bug with comments on .env files. Now, if you want to add a comment on your dotenv file, you should use the character # and a space like in the following line:
DBPASSWORD=Et31#1ii21 # this is a comment
If you type: DBPASSWORD=Et31#1ii21 #this is a comment
You'll get the DBPASSWORD's result equals to Et31#1ii21 #this is a comment