MCPcopy
hub / github.com/pallets/click / format_options

Method format_options

src/click/core.py:1890–1892  ·  view source on GitHub ↗
(self, ctx: Context, formatter: HelpFormatter)

Source from the content-addressed store, hash-verified

1888 return rv
1889
1890 def format_options(self, ctx: Context, formatter: HelpFormatter) -> None:
1891 super().format_options(ctx, formatter)
1892 self.format_commands(ctx, formatter)
1893
1894 def format_commands(self, ctx: Context, formatter: HelpFormatter) -> None:
1895 """Extra format methods for multi methods that adds all the commands

Callers

nothing calls this directly

Calls 1

format_commandsMethod · 0.95

Tested by

no test coverage detected