-
Notifications
You must be signed in to change notification settings - Fork 291
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
Autodetect terminal capabilities, update flags #136
Conversation
:formatter => XCPretty::Simple | ||
} | ||
|
||
def opt_bool(field, value) |
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.
bool_option
?
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.
That makes far more sense. I've been writing too much C.
0747905
to
83dc271
Compare
Updated. |
👍 👍 after comment |
e616942
to
3314d38
Compare
3314d38
to
c9ccd8b
Compare
Are we good here? |
Yep :) sorry I've gotten used to giving thumbs and expecting the author to merge |
Autodetect terminal capabilities, update flags
Shouldn't these changes be reflected in the readme as well? I still find |
@angerman they should once we announce it in a release. Would you like to submit a PR? |
Adds support for terminal capability detection for unicode and color, enabling where detected.
Fixes #70
Thoughts?