(self)
| 163 | loader.add_option("scripts", Sequence[str], [], "Execute a script.") |
| 164 | |
| 165 | def running(self): |
| 166 | self.is_running = True |
| 167 | |
| 168 | @command.command("script.run") |
| 169 | def script_run(self, flows: Sequence[flow.Flow], path: mtypes.Path) -> None: |