|
|
|
|
|
by godelski
521 days ago
|
|
> Git can already do that with colours, so it can also use more verbose for basic commands.
You already answered your own question. There's plenty of terminals that don't support colors. Plenty that don't support 16 bit colors. Do a grep into a curl and you'll find some fun shenanigans. > This has nothing to do with understanding the model or model itself.
You're right. This has to do with you thinking your usecase is the best or most common.As stated before, there is no average user[0]. So the intent is that you have the command that can be built upon. Is everyone unhappy with the base command? Probably. But is is always easier to build up than to tear down. [0] Again, linux servers and linux embedded devices significantly out number users. Each of them do. So even if there were an average user, guess what, it wouldn't be you. |
|
Colour support is irrelevant to this case. They can check isatty() and give different output depending on that.
And verbose information is better in average case, if it's well formatted. Unless you're flooding the screen with useless data of course, but that's not what's being talked about here.