diff options
author | W. Trevor King <wking@drexel.edu> | 2009-12-14 20:33:35 -0500 |
---|---|---|
committer | W. Trevor King <wking@drexel.edu> | 2009-12-14 20:33:35 -0500 |
commit | f9ee7a537561be80b9c232dd4fc848ddb564f6b0 (patch) | |
tree | 7534b7415aa5de13a6b2bbdba817561cb8a72592 /libbe/ui/command_line.py | |
parent | 0f87a22c20a019f49455005542d4c60216ce39d2 (diff) | |
download | bugseverywhere-f9ee7a537561be80b9c232dd4fc848ddb564f6b0.tar.gz |
Transitioned help to Command-format
Diffstat (limited to 'libbe/ui/command_line.py')
-rwxr-xr-x | libbe/ui/command_line.py | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/libbe/ui/command_line.py b/libbe/ui/command_line.py index feeccd4..84f9450 100755 --- a/libbe/ui/command_line.py +++ b/libbe/ui/command_line.py @@ -265,6 +265,7 @@ def main(): return 1 Class = getattr(module, command_name.capitalize()) command = Class() + command.ui = self parser = CmdOptionParser(command) storage = None bugdir = None |