Mercurial > python-cmd2
diff cmd2.py @ 298:a94e3b39d787
connect2 changes in progress
author | catherine@bothari |
---|---|
date | Mon, 25 Jan 2010 10:05:51 -0500 |
parents | ab340dfd2e14 |
children | 7d256086fa1b |
line wrap: on
line diff
--- a/cmd2.py Sun Jan 24 07:51:57 2010 -0500 +++ b/cmd2.py Mon Jan 25 10:05:51 2010 -0500 @@ -103,7 +103,7 @@ self.fast_button = True ''' if not isinstance(option_list, list): - option_list = [option_list] + option_list = [option_list] def option_setup(func): optionParser = OptionParser() for opt in option_list: @@ -325,7 +325,7 @@ reserved_words = [] feedback_to_output = False # Do include nonessentials in >, | output quiet = False # Do not suppress nonessential output - debug = False + debug = True settable = ''' prompt continuation_prompt