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

Class NoArgsIsHelpError

src/click/exceptions.py:332–339  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

330
331
332class NoArgsIsHelpError(UsageError):
333 ctx: Context
334
335 def __init__(self, ctx: Context) -> None:
336 super().__init__(ctx.get_help(), ctx=ctx)
337
338 def show(self, file: t.IO[t.Any] | None = None) -> None:
339 echo(self.format_message(), file=file, err=True, color=self.ctx.color)
340
341
342class FileError(ClickException):

Callers 2

parse_argsMethod · 0.85
parse_argsMethod · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected

Used in the wild real call sites across dependent graphs

searching dependent graphs…