(self, argv=None)
| 141 | } |
| 142 | |
| 143 | def initialize(self, argv=None): |
| 144 | self.parse_command_line(argv) |
| 145 | if self.config_file: |
| 146 | self.load_config_file(self.config_file) |
| 147 | |
| 148 | def start(self): |
| 149 | EnvironPrinter(parent=self).print() |
nothing calls this directly
no test coverage detected