Menu

Natural CLI: First release

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
$acme start backup in 10 minutes

Command lines are very easy to define:

start daemon <name:string>
send file <file> to <email>
start backup in <number> [minutes]

For more information and examples, visit http://naturalcli.sourceforge.net

Posted by Ferran Busquets 2007-12-10

Log in to post a comment.