Path: | README.adoc |
Last Update: | Wed Oct 22 15:02:43 +0000 2014 |
Cri is a library for building easy-to-use commandline tools with support for nested commands.
The central concept in Cri is the command, which has option definitions as well as code for actually executing itself. In Cri, the commandline tool itself is a command as well.
Here’s a sample command definition:
[source,ruby]