GetBool tests whether the environment variable was set and eventually returns its boolean value or a default if passed.
In the last case, the environment variable itself would be set.
GetInt tests whether the environment variable was set and eventually returns its integer value or a default if passed.
In the last case, the environment variable itself would be set.
GetStr tests whether the environment variable was set and eventually returns its string value.
In the last case, the environment variable itself would be set.