- May
- 399
- 4
Hello everyone,
Thank you for your help on my questions regarding using the equal signs as parameters.
I've had the time to re-work my GetOpt.btm script. As a summary for those not familiar with the Unix based GetOpt, is a very robust command line parser that handles the identification and simple use of command line parameters and options.
My version does *not* attempt to mimic 100% of what you can do with GetOpt, but it works well and has met all of the needs I've had for command line option/parameter parsing.
There are two files at the following link: https://bitbucket.org/frossm/getopt.btm/src
Regards,
Michael
PS. Apologies if this is posted in the incorrect forum. It's not a plugin or a Tip / Trick.
Thank you for your help on my questions regarding using the equal signs as parameters.
I've had the time to re-work my GetOpt.btm script. As a summary for those not familiar with the Unix based GetOpt, is a very robust command line parser that handles the identification and simple use of command line parameters and options.
My version does *not* attempt to mimic 100% of what you can do with GetOpt, but it works well and has met all of the needs I've had for command line option/parameter parsing.
There are two files at the following link: https://bitbucket.org/frossm/getopt.btm/src
- GetOpt.btm - This is the main script you needs
- README.md - Instructions on how to use the program. It has a simple markup language that bitbucket uses. It's the same text as seen on the provided link.
Regards,
Michael
PS. Apologies if this is posted in the incorrect forum. It's not a plugin or a Tip / Trick.