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

Method do_display_usage

lib/term/terminal.py:304–308  ·  view source on GitHub ↗

display the full help menu

(self)

Source from the content-addressed store, hash-verified

302 lib.settings.stop_animation = True
303
304 def do_display_usage(self):
305 """
306 display the full help menu
307 """
308 print(lib.settings.TERMINAL_HELP_MESSAGE)
309
310 def do_view_gathered(self):
311 """

Callers 1

terminal_main_displayMethod · 0.95

Calls

no outgoing calls

Tested by

no test coverage detected