- Fix the
argv
function on clozure
-
Actually exported the
exit
function from theunix-opts
package. -
Allowed to mark options as required.
-
Added the portable
exit
function. -
Cosmetic improvements in the
README.md
file.
-
When combination of options and meta variable is too long, description will be started on the next line (
describe
function). -
Multi-line descriptions are properly padded with spaces.
-
Recognize unambiguous prefixes of long forms of options.
-
Improved output of
describe
function.
- Initial release.