Natural CLI is a Java library that provides
developers with an easy way to use human readable
command line interfaces. This means that your
software can understand easy command lines like
"$acme start daemon mailservice", "$acme send file
/tmp/pau.jpg to friend", or "$acme start backup in
10 minutes". Command lines are very easy to define.
License: GNU General Public License (GPL)
Changes:
This release adds more predefined parameter types:
working_url, url, byte, short, long, double,
float, hexadecimal, octal, and binary.