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
Currently the parser can not parse entries like these:
audio/*; rplay %s\; exit 1
because it expects a whitespace after the %s.
%s
The text was updated successfully, but these errors were encountered:
@frasertweedale just thought I create the issue to avoid colliding with each other ...
Sorry, something went wrong.
Actually just realising that this is absolutely not necessary because would already be covered by #8. Closing this.
romanofski
No branches or pull requests
Currently the parser can not parse entries like these:
because it expects a whitespace after the
%s
.The text was updated successfully, but these errors were encountered: