Mercurial > python-cmd2
comparison cmd2.py @ 324:21584174d865
make SHOW TABLES work
author | catherine@dellzilla |
---|---|
date | Thu, 11 Feb 2010 16:07:24 -0500 |
parents | fc1e5a141920 |
children | 4172feeddf76 |
comparison
equal
deleted
inserted
replaced
323:fc1e5a141920 | 324:21584174d865 |
---|---|
399 abbrev = True # Abbreviated commands recognized | 399 abbrev = True # Abbreviated commands recognized |
400 current_script_dir = None | 400 current_script_dir = None |
401 reserved_words = [] | 401 reserved_words = [] |
402 feedback_to_output = False # Do include nonessentials in >, | output | 402 feedback_to_output = False # Do include nonessentials in >, | output |
403 quiet = False # Do not suppress nonessential output | 403 quiet = False # Do not suppress nonessential output |
404 debug = True | 404 debug = False |
405 settable = stubbornDict(''' | 405 settable = stubbornDict(''' |
406 prompt | 406 prompt |
407 colors Colorized output (*nix only) | 407 colors Colorized output (*nix only) |
408 continuation_prompt | 408 continuation_prompt |
409 debug | 409 debug |