display all external commands
(self)
| 142 | lib.output.info("your current version number: {}".format(lib.banner.VERSION)) |
| 143 | |
| 144 | def do_display_external(self): |
| 145 | """ |
| 146 | display all external commands |
| 147 | """ |
| 148 | print(" ".join(self.external_terminal_commands)) |
| 149 | |
| 150 | def do_terminal_command(self, command): |
| 151 | """ |
no outgoing calls
no test coverage detected