-
Notifications
You must be signed in to change notification settings - Fork 139
New issue
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
strip '
and "
from config
#107
Comments
Hmm, I'm not a fan of doing this.
What do you mean by "fail"? Will it print an error and refuse to load the config file? |
whitespaces: |
Stripping end-of-line whitespace seems sensible as we're trimming whitespace around Error messages could be improved by printing the whole line. |
Update: #177 hopefully improved this situation, but I'll leave this open until we do something about the whitespace. |
note sure if a bug, but took some trial and error to figure it out what was wrong:
when converting from command line to the config file i noticed that the parser fails if e.g. the color is surrounded by quotes.
--border-color='#03E7B055'
->border-color='#03E7B055'
(also white spaces at the end of the line cause a fail)
The text was updated successfully, but these errors were encountered: