optparse
optparse copied to clipboard
Added support for handling -- will stop parsing arguments when encoun…
Fix for the '--' issue identified in nk412/optparse#9 and reference in pull request nk412/optparse#10
However, this fix is just for the '--' issue. Pull request nk412/optparse#10 adds other unnecessary changes.