Hacker News new | ask | show | jobs
by xomodo 786 days ago
I don't mind json outputs, but pls keep cli options as low letters, eg.: 'kubectl get pods -o json'.
2 comments

.

    --json
it's one character shorter than

    -o json
Why is that important?
> The file systems of Unix machines all have the same general structure. [...] Note the obsessive use of abbreviations and avoidance of capital letters; this is a system invented by people to whom repetitive stress disorder is what black lung is to miners. Long names get worn down to three-letter nubbins, like stones smoothed by a river.

-- Neal Stephenson, In the Beginning Was the Command Line (Ch. 14), 1999

https://steve-parker.org/articles/others/stephenson/oral.sht...

Mixing case in a case sensitive environment is unnecessarily confusing and annoying.