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
A quoted argument should be treated as a single token, it seems eask is splitting on space "naively"
The same command works with cask
cask
eask exec buttercup -L . -L tests -p "should return bool if it is not surely non-eq to the other arg"
The text was updated successfully, but these errors were encountered:
I've opened a fix in #129.
I was hoping there is an built-in solution, but I could not find one. :P
Sorry, something went wrong.
It should be working now! Let me know if it works!
Pulled the latest master and it works indeed. Thanks!
No branches or pull requests
A quoted argument should be treated as a single token, it seems eask is splitting on space "naively"
The same command works with
cask
The text was updated successfully, but these errors were encountered: