From 2e32d6fc84d3b211b57a8c39a47b28b991b3ea32 Mon Sep 17 00:00:00 2001 From: "W. Trevor King" Date: Tue, 22 Feb 2011 20:59:53 -0500 Subject: [PATCH] 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. --- libbe/ui/command_line.py | 1 - 1 file changed, 1 deletion(-) 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 -- 2.26.2