Skip to content
Parses command line parameters to your Xojo app.
Branch: master
Clone or download
Permalink
Type Name Latest commit message Commit time
Failed to load latest commit information.
Desktop Example
Example Added unit test for new Parse parameter Aug 13, 2015
OptionParser
docs
.gitignore
LICENSE.md Initial import Aug 24, 2014
README.md Corrected licenses/licensed Aug 25, 2014

README.md

Welcome

OptionParser is a set of classes to handle parsing command line parameters given to a Xojo application. OptionParser handles all three application types, Desktop, Console and Web.

Documentation

For more information and full documentation, please see:

http://jcowgar.github.io/xojo-option-parser/

License

xojo-option-parser is licensed as LGPL v3.0. This basically means you can use the OptionParser in Open Source, Closed Source and Commercial applications free of charge. You are free to fork the library, make your own library, do whatever but the resulting library must remain open source.

You can’t perform that action at this time.