(self)
| 192 | return ret_nodes |
| 193 | |
| 194 | def run(self): |
| 195 | out = DFHackToolDirectiveBase.run(self) |
| 196 | if 'no-command' not in self.options: |
| 197 | out += [self.wrap_box(*DFHackCommandDirective.render_content(self))] |
| 198 | return out |
| 199 | |
| 200 | |
| 201 | class DFHackCommandDirective(DFHackToolDirectiveBase): |
no test coverage detected