MCPcopy
hub / github.com/NullArray/AutoSploit / do_display_external

Method do_display_external

lib/term/terminal.py:144–148  ·  view source on GitHub ↗

display all external commands

(self)

Source from the content-addressed store, hash-verified

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 """

Callers 1

terminal_main_displayMethod · 0.95

Calls

no outgoing calls

Tested by

no test coverage detected