Hacker News new | ask | show | jobs
by amelius 673 days ago
> As a user, I don’t want to have to type the full option name every time I use it.

You don't have to on the command-line, but if you're writing a script then the unwritten rule is that you use the full option name.

(Too bad this isn't enforced)