Ensure we provide options to all plugins

This commit is contained in:
Ian Cordasco 2016-05-10 14:17:23 -05:00
parent abdc957f17
commit dd0c50dbce

View file

@ -300,6 +300,12 @@ class Application(object):
self.check_plugins.provide_options(self.option_manager, self.options,
self.args)
self.listening_plugins.provide_options(self.option_manager,
self.options,
self.args)
self.formatting_plugins.provide_options(self.option_manager,
self.options,
self.args)
def make_formatter(self):
# type: () -> NoneType