You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
This commit was created on GitHub.com and signed with GitHub’s verified signature.
The key has expired.
Release 1.5.0
Update to comply with current standardrb rules, and use checkout@v4
Add a -X/--exec argument that allows you to let qq craft the command, but
then actually exec the command instead of running it and handling its output.
Especially useful for things like rspec, where the output it gives you about
failing tests is very useful, and qq is mostly only helpful for determining
what specs to run.
Add a --message-format argument and message_format config file option,
which allow for a fairly complex configuration of the output format for
messages, so they can be displayed in various colorized/tabular formats.