# easy-args Handle command-line arguments as parameter objects in Chicken Scheme. ## Requirements * [srfi-37][] ## Install $ git clone git://github.com/evhan/easy-args.git $ cd easy-args $ chicken-install ## Documentation `easy-args` provides a simple way to handle command-line arguments as parameter objects. It is defined over [srfi-37][] and is intended to be easy to use for small binaries and one-off scripts. For more flexible option handling and usage message utilities, use srfi-37 itself or see [args][], [getopt-long][], or [usage][]. Full documentation is available at the [Chicken wiki][]. [chicken]: http://call-cc.org [srfi-37]: http://wiki.call-cc.org/egg/srfi-37 [args]: http://wiki.call-cc.org/egg/args [getopt-long]: http://wiki.call-cc.org/egg/getopt-long [usage]: http://wiki.call-cc.org/egg/usage [chicken wiki]: http://wiki.call-cc.org/egg/easy-args ## Contact * Evan Hanson ## License BSD. See LICENSE for details.