We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Can a flag be added to remove/ignore whitespace from environment values?
In the example below, I denoted spaces with ‧ and a new line with ¶:
‧
¶
env‧value1‧
env‧value1
‧env‧value2
env‧value2
env‧val¶
env‧val
On a few different projects I've hit a bug where everything looks correct but the difficult to spot whitespace is causes a problem.
I think by default, we would want such a flag to be off, as some uses might legitimately have a trailing space, tab, or line-break in their values.
The text was updated successfully, but these errors were encountered:
No branches or pull requests
Can a flag be added to remove/ignore whitespace from environment values?
In the example below, I denoted spaces with
‧
and a new line with¶
:env‧value1‧
->env‧value1
‧env‧value2
->env‧value2
env‧val¶
->env‧val
On a few different projects I've hit a bug where everything looks correct but the difficult to spot whitespace is causes a problem.
I think by default, we would want such a flag to be off, as some uses might legitimately have a trailing space, tab, or line-break in their values.
The text was updated successfully, but these errors were encountered: