nk412 / optparse

Simple command line arguments parser for BASH
MIT License
158 stars 32 forks source link

Added support for handling -- will stop parsing arguments when encoun… #17

Open erikvip opened 8 years ago

erikvip commented 8 years ago

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.