Mercurial > python-cmd2
diff cmd2.py @ 13:c6e8b645c0ab
tweaking docs
author | catherine@localhost |
---|---|
date | Thu, 15 May 2008 13:13:31 -0400 |
parents | b636cb715925 |
children | a242603905d9 |
line wrap: on
line diff
--- a/cmd2.py Thu May 15 12:42:01 2008 -0400 +++ b/cmd2.py Thu May 15 13:13:31 2008 -0400 @@ -9,8 +9,12 @@ Case-insensitive commands Special-character shortcut commands (beyond cmd's "@" and "!") Settable environment parameters -Parsing commands with flags +Parsing commands with `optparse` options (flags) Redirection to file with >, >>; input from file with < + +CHANGES: +As of 0.3.0, options should be specified as optparse options. See README.txt. +flagReader.py options are still supported for backward compatibility """ """