Mercurial > python-cmd2
comparison example/exampleSession.txt @ 301:30af90fd46c5
refactor mostly done?
author | catherine@dellzilla |
---|---|
date | Tue, 26 Jan 2010 18:04:20 -0500 |
parents | f03c4f951ca6 |
children | b9f19255d4b7 |
comparison
equal
deleted
inserted
replaced
300:1e4773b325d1 | 301:30af90fd46c5 |
---|---|
29 OODNIGHT, GRACIEGAY | 29 OODNIGHT, GRACIEGAY |
30 (Cmd) set | 30 (Cmd) set |
31 abbrev: True | 31 abbrev: True |
32 case_insensitive: True | 32 case_insensitive: True |
33 continuation_prompt: > | 33 continuation_prompt: > |
34 debug: True | |
34 default_file_name: command.txt | 35 default_file_name: command.txt |
35 echo: False | 36 echo: False |
36 editor: gedit | 37 editor: gedit |
37 feedback_to_output: False | 38 feedback_to_output: False |
39 maxrepeats: 3 | |
38 prompt: (Cmd) | 40 prompt: (Cmd) |
39 quiet: False | 41 quiet: False |
40 timing: False | 42 timing: False |
41 maxrepeats: 3 | |
42 (Cmd) set maxrepeats 5 | 43 (Cmd) set maxrepeats 5 |
43 maxrepeats - was: 3 | 44 maxrepeats - was: 3 |
44 now: 5 | 45 now: 5 |
45 (Cmd) say -ps --repeat=5 goodnight, Gracie | 46 (Cmd) say -ps --repeat=5 goodnight, Gracie |
46 OODNIGHT, GRACIEGAY | 47 OODNIGHT, GRACIEGAY |