Open
Conversation
cd1493b to
dc089c1
Compare
Collaborator
|
fd isn't a clap plugin, so using clap-cargo for it doesn't seem appropriate. Also, doesn't fd already have colored help output? |
Author
Ok, I will remove dependency as it is actually quite easy to do without it.
At the moment it doesn't. It had before upgrade to clap v4 which is using bold for headers and no longer uses colors by default, even with color feature enabled |
dc089c1 to
1d1b088
Compare
tmccombs
approved these changes
Nov 24, 2025
This file contains hidden or 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
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.
I used clap-cargo as it's easy to use and provides sensible default styles.User can disable colors via
NO_COLOR=1environment variableNO_COLOR=1