From: W. Trevor King Date: Wed, 23 Feb 2011 01:59:53 +0000 (-0500) Subject: Remove `--complete` from command-line completion unit test. X-Git-Tag: 1.1.0~237 X-Git-Url: http://git.tremily.us/?a=commitdiff_plain;h=2e32d6fc84d3b211b57a8c39a47b28b991b3ea32;p=be.git Remove `--complete` from command-line completion unit test. This should have been done alongside: commit b64851e3eb706b7b57503a0a605e0984e443747c Author: Robert Lehmann Date: Fri Nov 26 08:34:35 2010 +0100 Exclude --complete from completion. --- 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