xojo-option-parser icon indicating copy to clipboard operation
xojo-option-parser copied to clipboard

Parses command line parameters to your Xojo app.

Results 6 xojo-option-parser issues
Sort by recently updated
recently updated
newest added

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...

enhancement

For example, ``` pandoc -a title:'Welcome to PanDoc' -a icon-dir:~/icons -a foo:bar ```

enhancement

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...

enhancement

Would be helpful for some options to have multiple ways of setting it, for example -h, --help, -? all meaning HELP.

enhancement