MCPcopy Create free account
hub / github.com/Keeper-Security/Commander / usage

Function usage

keepercommander/__main__.py:96–101  ·  view source on GitHub ↗

Show full help with all commands - used for 'keeper help' or 'keeper ?

(m)

Source from the content-addressed store, hash-verified

94
95
96def 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
104def show_brief_help():

Callers 1

mainFunction · 0.85

Calls 1

print_helpMethod · 0.45

Tested by

no test coverage detected