(self)
| 307 | self.parser = parser |
| 308 | |
| 309 | def base_protocol(self): |
| 310 | if self.options.execute: |
| 311 | return re.sub("-(prep|online)$", "", self.options.execute) |
| 312 | |
| 313 | def parse_args(self): |
| 314 | self.options, self.args = self.parser.parse_args(self.custom_args) |
no test coverage detected