Hacker News new | ask | show | jobs
by shrimp_emoji 817 days ago
> Scripts should call commands with --long-style-options instead of -L, especially uncommon options.

Too bad `getopts` only supports single-char options. :p

1 comments

I'm not a fan of getopts

And to be more specific - I meant when the script calls someone else, not how it handles options.