Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
hub
/
github.com/pallets/click
/ get_help
Method
get_help
tests/test_commands.py:168–169 ·
view source on GitHub ↗
(self, ctx)
Source
from the content-addressed store, hash-verified
166
return
self.parser.get_usage()
167
168
def
get_help(self, ctx):
169
return
self.parser.format_help()
170
171
def
invoke(self, ctx):
172
ctx.invoke(self.callback, ctx.args, **ctx.params)
Callers
1
test_context_formatter_class
Function · 0.45
Calls
1
format_help
Method · 0.80
Tested by
no test coverage detected