Hacker News new | ask | show | jobs
by mike_hock 934 days ago
Even many command line parsing libraries support it and scan the entire argv for options. You should always terminate the options with "--" if it's in a script and any of the positional arguments are variables that might or might not start with a dash.