Add --colour/--no-colour alias to --color/--no-color#2803
Conversation
|
Are there any other console tools which alias them together? (just looked a up a few, like pytest which also has |
There was a problem hiding this comment.
Thanks! I think this is nice, but I'd like it even more if the aliases would be hidden because it will reduce some clutter and still helps with the typo to silently accept both. But I'm not strong on that. Also not strong on including this if other maintainers disagree, but I think it's a nice touch.
Jason's screen shot from the new help:
Not any that I know of. |
|
I'd rather not do this. It complicates the CLI and it's not like "color" won't be understood by people who prefer the British spelling. |

coloris the preferred spelling in American English while in British English,colouris preferred. A lot of people usecolour(me being one of them) and there is no reason to not support--colourand make them use--color.