Mercurial > python-cmd2
diff cmd2.py @ 14:a242603905d9
ready to release 0.3.0
author | catherine@localhost |
---|---|
date | Thu, 15 May 2008 13:18:40 -0400 |
parents | c6e8b645c0ab |
children | 0eb8d4e18472 |
line wrap: on
line diff
--- a/cmd2.py Thu May 15 13:13:31 2008 -0400 +++ b/cmd2.py Thu May 15 13:18:40 2008 -0400 @@ -12,17 +12,11 @@ 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 -""" +- Catherine Devlin, Jan 03 2008 - catherinedevlin.blogspot.com -""" -todo: -edited commands end with "EOF". Hmm. -example of flag usage - -- Catherine Devlin, Jan 03 2008 - catherinedevlin.blogspot.com +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 """ import cmd, re, os, sys, optparse from optparse import make_option