display the full help menu
(self)
| 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 | """ |
no outgoing calls
no test coverage detected