(self, options: str)
| 172 | """ |
| 173 | @abstractmethod |
| 174 | def _Base__ls(self, options: str): |
| 175 | pass |
| 176 | |
| 177 | """ |
| 178 | @brief Abstract method to run a command on the target machine and print its |
nothing calls this directly
no outgoing calls
no test coverage detected