Show full help with all commands - used for 'keeper help' or 'keeper ?
(m)
| 94 | |
| 95 | |
| 96 | def usage(m): |
| 97 | """Show full help with all commands - used for 'keeper help' or 'keeper ?'""" |
| 98 | print(m) |
| 99 | parser.print_help() |
| 100 | cli.display_command_help(show_enterprise=True, show_shell=True, show_legacy=False) |
| 101 | sys.exit(1) |
| 102 | |
| 103 | |
| 104 | def show_brief_help(): |