MCPcopy
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

Calls 1

format_helpMethod · 0.80

Tested by

no test coverage detected