nix-community / nix-zsh-completions

ZSH Completions for Nix
BSD 3-Clause "New" or "Revised" License
228 stars 31 forks source link

Capitalize help strings #33

Closed vincentbernat closed 7 months ago

vincentbernat commented 4 years ago

Some help strings were starting with a lower case letter while most of them are starting with an upper case letter. This commit capitalizes all of them.

Note that official Zsh completions usually prefer to not capitalize help strings. However, most help strings in nix-zsh-completions are capitalized, so it seems better to just be consistent.

If you prefer, I can also do a PR with help strings not capitalized.

hedning commented 4 years ago

Yeah, there's some inconsistencies there. I'd guess it's better to go with the standard zsh style (IIRC I went for capitalization as it looked a bit better with my own prompt style, not realizing it's not really used anywhere else).

vincentbernat commented 4 years ago

I have reverted the capitalization.

SebTM commented 7 months ago

Since this is non-mergable and open since 2020 - I'm going ahead and close it feel free if you still see then need to reopen ✌🏻