Option to enforce datatype + bug fix
- You can now enforce datatype of environment variable or default value with
tag:yaml.org,2002:datatypee.g.tag:yaml.org,2002:float(workaround because!!floatis not allowed when there is an!ENVtag. (see #26 ) - Bug fix: parse only environment variables that are denoted with
!ENVtag, not any environment variable (see #25 )