diff cmd2/cmd2.py @ 112:e3b8eaadea56

going to collapse down out of overdone package structure
author catherine@Elli.myhome.westell.com
date Sat, 25 Oct 2008 19:28:51 -0400
parents 78c4db4c2045
children
line wrap: on
line diff
--- a/cmd2/cmd2.py	Fri Oct 24 17:47:56 2008 -0400
+++ b/cmd2/cmd2.py	Sat Oct 25 19:28:51 2008 -0400
@@ -11,6 +11,7 @@
 Settable environment parameters
 Parsing commands with `optparse` options (flags)
 Redirection to file with >, >>; input from file with <
+Easy transcript-based testing of applications (see example/example.py)
 
 Note that redirection with > and | will only work if `self.stdout.write()`
 is used in place of `print`.  The standard library's `cmd` module is