diff options
Diffstat (limited to 'tests/test_transcript.py')
-rw-r--r-- | tests/test_transcript.py | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/tests/test_transcript.py b/tests/test_transcript.py index 6b229862..c0966d03 100644 --- a/tests/test_transcript.py +++ b/tests/test_transcript.py @@ -32,6 +32,7 @@ class CmdLineApp(Cmd): opts = [make_option('-p', '--piglatin', action="store_true", help="atinLay"), make_option('-s', '--shout', action="store_true", help="N00B EMULATION MODE"), make_option('-r', '--repeat', type="int", help="output [n] times")] + @options(opts, arg_desc='(text to say)') def do_speak(self, arg, opts=None): """Repeats what you tell me to.""" |