MCPcopy Index your code
hub / github.com/codespell-project/codespell / _usage_error

Function _usage_error

codespell_lib/_codespell.py:1241–1244  ·  view source on GitHub ↗
(parser: argparse.ArgumentParser, message: str)

Source from the content-addressed store, hash-verified

1239
1240
1241def _usage_error(parser: argparse.ArgumentParser, message: str) -> int:
1242 parser.print_usage()
1243 print(message, file=sys.stderr)
1244 return EX_USAGE
1245
1246
1247def main(*args: str) -> int:

Callers 1

mainFunction · 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…