nk412 / optparse

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

Include bash completion support #5

Open danielhg1285 opened 10 years ago

danielhg1285 commented 10 years ago

Code adapted a little to also generate Tab completion for a script. Added a new script which generate completion and parsing. Example modified to reflect the use of a list of arguments for options during completion.