From 81b1b46ca6a8d277688dc7bea1095591c804545c Mon Sep 17 00:00:00 2001 From: Adrian Likins Date: Mon, 30 Jun 2008 13:15:33 -0400 Subject: remove print of formatted help here It gets called everytime that way, which is wrong. Still not sure why the formatted help isnt being shown though. --- func/overlord/command.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'func/overlord/command.py') diff --git a/func/overlord/command.py b/func/overlord/command.py index 4b815f0..ab4d532 100644 --- a/func/overlord/command.py +++ b/func/overlord/command.py @@ -135,7 +135,7 @@ class Command: for name, command in self.subCommands.items(): formatter.addCommand(name, command.summary or command.description) - print formatter.format_description("") + # expand %command for the bottom usage usage = self.usage or self.name -- cgit