diff options
author | W. Trevor King <wking@drexel.edu> | 2011-02-22 20:59:53 -0500 |
---|---|---|
committer | W. Trevor King <wking@drexel.edu> | 2011-02-22 20:59:53 -0500 |
commit | 2e32d6fc84d3b211b57a8c39a47b28b991b3ea32 (patch) | |
tree | e2d301218c5d3c6910dae447d31ddecc789ff45c /libbe | |
parent | b1ba65415fc74e8bd25ed1f4cf0370e213f4c20d (diff) | |
download | bugseverywhere-2e32d6fc84d3b211b57a8c39a47b28b991b3ea32.tar.gz |
Remove `--complete` from command-line completion unit test.
This should have been done alongside:
commit b64851e3eb706b7b57503a0a605e0984e443747c
Author: Robert Lehmann <mail@robertlehmann.de>
Date: Fri Nov 26 08:34:35 2010 +0100
Exclude --complete from completion.
Diffstat (limited to 'libbe')
-rw-r--r-- | libbe/ui/command_line.py | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/libbe/ui/command_line.py b/libbe/ui/command_line.py index a82b2e1..5f42147 100644 --- a/libbe/ui/command_line.py +++ b/libbe/ui/command_line.py @@ -183,7 +183,6 @@ class BE (libbe.command.Command): ... except CallbackExit: ... print ' got callback' --help - --complete --version ... subscribe |