(self, options: str)
| 184 | """ |
| 185 | @abstractmethod |
| 186 | def _Base__run(self, options: str): |
| 187 | pass |
| 188 | |
| 189 | """ |
| 190 | @brief Abstract method to run a command on the local machine and print its |
nothing calls this directly
no outgoing calls
no test coverage detected