Blair Noctis
Blair Noctis
@alexilyaev: > How did you get it to show colors? (I'm on macOS, using Zsh in iTerm) [bat](https://github.com/sharkdp/bat). Now spelled in the ``. > Ok, so I'm testing `-d` with...
@chmln: > Not sure if this is actually possible but it would be great if we could integrate one of the rust pagers as a library so that users don't...
@CosmicHorrorDev: > For me the big thing is that an integrated pager can be more aware of its contents. An external pager is usually very naïve when it comes to...
Thanks for all the fish, and best luck on your future achievements. I'm unfortunately low bandwidth too, for the maintainership.
Oh this is a rather comprehensive listing. I think I can take this with such detail.
There's a kind of chicken and eggs problem: if we want a `--color` argument, it obviously goes through clap, but clap itself doesn't use that. If it is to be...
Not completely, there's at least an `ClapError::unknown_argument` that goes before we can `Command::color()`. It's constructed and shown during (or right after) the parsing phase, before you can get the value...
Alright, it's just mildly annoying to be partially inconsistent.
Besides, IMO `--color` takes precedence over `NO_COLOR` & co., because the latter cover more area.
Sure, current usage is just that, clap would handle parsing failure itself and exit before we get the results.