comparison cmd2.py @ 360:4530fc11d743 0.6.0

released 0.6.0
author catherine@Drou
date Thu, 18 Feb 2010 01:32:50 -0500
parents d275d3beceff
children 0816cdb5a7db
comparison
equal deleted inserted replaced
359:5b95dacca46e 360:4530fc11d743
378 abbrev = True # Abbreviated commands recognized 378 abbrev = True # Abbreviated commands recognized
379 current_script_dir = None 379 current_script_dir = None
380 reserved_words = [] 380 reserved_words = []
381 feedback_to_output = False # Do include nonessentials in >, | output 381 feedback_to_output = False # Do include nonessentials in >, | output
382 quiet = False # Do not suppress nonessential output 382 quiet = False # Do not suppress nonessential output
383 debug = True 383 debug = False
384 locals_in_py = True 384 locals_in_py = True
385 kept_state = None 385 kept_state = None
386 settable = stubbornDict(''' 386 settable = stubbornDict('''
387 prompt 387 prompt
388 colors Colorized output (*nix only) 388 colors Colorized output (*nix only)