- Work on getting started docs. - Improve the ${command_list} output to better handle *long* command names. - Add ${cmd_usage} template var: infering a usage from the command handler signature. - Add ${option_list} template var for the option table for the whole Cmdln class and add this to the default help output.
0.8.0
- First version at which I started stabilizing it for public release. I've been batting around modules to improve on `cmd.py` for a long time -- variously called `tm/cmd.py`, 'cmd2.py', 'tmCmd.py', 'linecmd.py', 'argvcmd.py', etc.