-
Notifications
You must be signed in to change notification settings - Fork 557
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
Added \echo & \qecho for Issue #1335 #1371
Conversation
Codecov ReportPatch coverage:
Additional details and impacted files@@ Coverage Diff @@
## main #1371 +/- ##
==========================================
- Coverage 84.15% 79.53% -4.62%
==========================================
Files 21 25 +4
Lines 2720 2986 +266
==========================================
+ Hits 2289 2375 +86
- Misses 431 611 +180
☔ View full report in Codecov by Sentry. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
LGTM.
@ERYoung11 The PR is fine, but why not add the command to |
@j-bennet Great point! I'll rework it and resubmit. |
So, |
Description
I added a simple \echo & \qecho command. \echo always prints to STDOUT per the documentation. \qecho prints to the current query output stream per the documentation
Checklist
changelog.rst
.AUTHORS
file (or it's already there).pip install pre-commit && pre-commit install
), and ranblack
on my code.