diff options
author | catherine <catherine@dellzilla> | 2010-01-29 11:26:23 -0500 |
---|---|---|
committer | catherine <catherine@dellzilla> | 2010-01-29 11:26:23 -0500 |
commit | 2bccecf375b23b67be85b71d9c9e3fc80507cd9c (patch) | |
tree | 64d1200c673f7c69100566a6b44c761b49b5de1f /example/example.py | |
parent | e1218c01f87aa43efcf1eb60377d491a546b98b4 (diff) | |
download | cmd2-hg-2bccecf375b23b67be85b71d9c9e3fc80507cd9c.tar.gz |
select polished
Diffstat (limited to 'example/example.py')
-rwxr-xr-x | example/example.py | 6 |
1 files changed, 1 insertions, 5 deletions
diff --git a/example/example.py b/example/example.py index d1d6650..0c99580 100755 --- a/example/example.py +++ b/example/example.py @@ -25,11 +25,7 @@ class CmdLineApp(Cmd): self.stdout.write(arg) self.stdout.write('\n') # self.stdout.write is better than "print", because Cmd can be - # initialized with a non-standard output destination - def do_sel(self, arg): - opts = arg.split() - result = self.select(opts) - self.poutput('yay for %s' % result) + # initialized with a non-standard output destination do_say = do_speak # now "say" is a synonym for "speak" do_orate = do_speak # another synonym, but this one takes multi-line input |