summaryrefslogtreecommitdiff
path: root/example/example.py
diff options
context:
space:
mode:
authorCatherine Devlin <catherine.devlin@gmail.com>2014-03-13 14:10:25 -0400
committerCatherine Devlin <catherine.devlin@gmail.com>2014-03-13 14:10:25 -0400
commit1fda841f99242a374236e86c5159fb94e5b1921b (patch)
tree140bcff1632e022fc452ac1fd372c2d8da59da41 /example/example.py
parent94f2bd1b56412e1fc89c71796c32197d2cd9b6de (diff)
downloadcmd2-git-1fda841f99242a374236e86c5159fb94e5b1921b.tar.gz
update Trove classifiers
Diffstat (limited to 'example/example.py')
-rwxr-xr-xexample/example.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/example/example.py b/example/example.py
index 88cefd48..eabdd00f 100755
--- a/example/example.py
+++ b/example/example.py
@@ -5,7 +5,7 @@ import unittest, optparse, sys
class CmdLineApp(Cmd):
multilineCommands = ['orate']
- Cmd.shortcuts.update({'&': 'speak'})
+ Cmd.shortcuts.update({'&': 'speak', 'h': 'hello'})
maxrepeats = 3
redirector = '->'
Cmd.settable.append('maxrepeats Max number of `--repeat`s allowed')