# HG changeset patch # User catherine@localhost # Date 1210871920 14400 # Node ID a242603905d990227982d9dc33864d78b16f64c5 # Parent c6e8b645c0ab305f2c622caa030484ca6dfd3cda ready to release 0.3.0 diff -r c6e8b645c0ab -r a242603905d9 cmd2.py --- 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