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

Method do_show_version_number

lib/term/terminal.py:138–142  ·  view source on GitHub ↗

display the current version number

(self)

Source from the content-addressed store, hash-verified

136 return retval
137
138 def do_show_version_number(self):
139 """
140 display the current version number
141 """
142 lib.output.info("your current version number: {}".format(lib.banner.VERSION))
143
144 def do_display_external(self):
145 """

Callers 1

terminal_main_displayMethod · 0.95

Calls

no outgoing calls

Tested by

no test coverage detected