xojo-option-parser
xojo-option-parser copied to clipboard
Parses command line parameters to your Xojo app.
Hi! I'm super-impressed with your work on the xojo-option-parser. Stunning simplicity and amazingly clear documentation! Not positive if this is your crash, or Xojo's, but when I try to parse...
the app name & description can be too long for a single line. I used the existing WrapTextWithIdent method to wrap the HelpFor variable. all in OptionParser.showHelp method
You can currently specify the default option when you access it: ``` Dim name As String = options.StringValue("name", "World") ``` But if you access it multiple times, you have to...
For example, ``` pandoc -a title:'Welcome to PanDoc' -a icon-dir:~/icons -a foo:bar ```
Sometimes you will want **exactly** 1 extra, other times you will want at least 1 extra, but maybe more. I guess it is also conceivable that you may want not...
Would be helpful for some options to have multiple ways of setting it, for example -h, --help, -? all meaning HELP.