-
Notifications
You must be signed in to change notification settings - Fork 232
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
Hack week help menu #782
Hack week help menu #782
Conversation
… hack-week-help-menu # Conflicts: # go.mod # go.sum
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.
Clean and pretty!
* Overwrote default cobra command help menu * Added testing env var
Hi! @am-bui @corinnesollows Love these CLI changes. Naïve question: how does one switch between dark and light modes? |
I'm with @mjgiarlo wondering how I utilize light mode. I cannot read the help menu anymore in my terminal which uses a light theme. The border also wraps poorly if a terminal is only so wide. |
Yes, that is the same boat I'm in. In the meantime, you can prefix |
@adam-alula As best I can tell, this is handled entirely automagically via the |
@mjgiarlo setting |
@adam-alula While spelunking in the So to "force" light mode: $ COLORFGBG="0;15" circleci help or dark mode: $ COLORFGBG="15;0" circleci help Works for me, anyway. Though note that these will be using ANSI colors, so it's not super colorful but the text is at least visible. |
Checklist
=========
Changes
=======
Rationale
=========
Implementing changes that were made during last hack week
Considerations
==============
Helping make our CLI look more professional
Screenshots
============
Before
After
Light Mode:Dark Mode: