-
-
Notifications
You must be signed in to change notification settings - Fork 1k
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
Issues 512,518,519 #520
Merged
Merged
Issues 512,518,519 #520
Conversation
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Color are now only used when outputting to a termainal/TTY. There are three new settings as well which can be used to control color output, they are: * `AppSettings::ColorAuto`: The default, and will only output color when outputting to a terminal or TTY * `AppSettings::ColorAlways`: Outputs color no matter where the output is going * `AppSettings::ColorNever`: Never colors output This now allows one to use things like command line options, or environmental variables to turn colored output on/off. Closes #512
…n through child subcommands Closes #519
…gle positional arg is present Instead of blindly printing `[ARGS]` when only a single positional arg is present, it will now print `[NAME]` (or `[NAME]...` for multiple values allowed) Closes #518
r? @Vinatorul (yo-bot has picked a reviewer for you, use r? to override) |
This was referenced Jun 4, 2016
kbknapp
force-pushed
the
issues-512,518,519
branch
from
June 5, 2016 01:14
2852083
to
0d541a2
Compare
kbknapp
force-pushed
the
issues-512,518,519
branch
3 times, most recently
from
June 7, 2016 01:11
f4000bf
to
536eb6d
Compare
kbknapp
force-pushed
the
issues-512,518,519
branch
from
June 7, 2016 01:47
536eb6d
to
0a05bb9
Compare
kbknapp
force-pushed
the
issues-512,518,519
branch
from
June 8, 2016 00:41
0a05bb9
to
5a7284e
Compare
kbknapp
force-pushed
the
issues-512,518,519
branch
2 times, most recently
from
June 8, 2016 00:49
8782a30
to
01e7dfd
Compare
@homu r+ |
📌 Commit 01e7dfd has been approved by |
☀️ Test successful - status |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
No description provided.