-
Notifications
You must be signed in to change notification settings - Fork 273
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
new help formatter and console API #7141
Conversation
284733e
to
e7253ac
Compare
Codecov ReportBase: 78.01% // Head: 78.03% // Increases project coverage by
Additional details and impacted files@@ Coverage Diff @@
## develop #7141 +/- ##
===========================================
+ Coverage 78.01% 78.03% +0.01%
===========================================
Files 1625 1624 -1
Lines 187407 187362 -45
===========================================
Hits 146201 146201
+ Misses 41206 41161 -45
Help us with your feedback. Take ten seconds to tell us how you rate us. Have a feature suggestion? Share it here. ☔ View full report at Codecov. |
e7253ac
to
d8ad129
Compare
Since there is progress on this front now, I guess I can close #4404 ? |
d8ad129
to
1039255
Compare
You're right. I'll keep it open for reference. |
1039255
to
0030034
Compare
src/cprover/solver.cpp
Outdated
#include "axioms.h" | ||
#include "bv_pointers_wide.h" |
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.
Not a big deal, but this is surprising?!
This commit adds a new help formatter, which supports a limited form of markup to visually distinguish different syntactic elements of the command line arguments. Rendering of the syntax highlighting is done via a new console API.
0030034
to
7508bae
Compare
This commit adds a new help formatter, which supports a limited form of markup to visually distinguish different syntactic elements of the command line arguments.
Rendering of the syntax highlighting is done via a new console API.