summaryrefslogtreecommitdiff
path: root/example/example.py
diff options
context:
space:
mode:
authorcatherine <catherine@dellzilla>2010-01-29 11:26:23 -0500
committercatherine <catherine@dellzilla>2010-01-29 11:26:23 -0500
commit2bccecf375b23b67be85b71d9c9e3fc80507cd9c (patch)
tree64d1200c673f7c69100566a6b44c761b49b5de1f /example/example.py
parente1218c01f87aa43efcf1eb60377d491a546b98b4 (diff)
downloadcmd2-hg-2bccecf375b23b67be85b71d9c9e3fc80507cd9c.tar.gz
select polished
Diffstat (limited to 'example/example.py')
-rwxr-xr-xexample/example.py6
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