0001908: BUG: running tools from command line

svn: r10302
This commit is contained in:
Brian Matherly
2008-03-14 04:25:30 +00:00
parent 961b06d57b
commit 1a9067e7de
2 changed files with 11 additions and 11 deletions

View File

@ -161,6 +161,7 @@ class CommandLineTool:
self.database = database
self.category = category
self.option_class = option_class(name)
self.option_class.load_previous_values()
self.show = options_str_dict.pop('show',None)
self.options_str_dict = options_str_dict
self.init_options(noopt)