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

Function cli_int

tests/test_testing.py:284–286  ·  tests/test_testing.py::cli_int
()

Source from the content-addressed store, hash-verified

282
283 @click.command()
284 def cli_int():
285 click.echo(class="st">"hello world")
286 sys.exit(1)
287
288 @click.command()
289 @click.pass_context

Callers

nothing calls this directly

Calls 1

exitMethod · 0.80

Tested by

no test coverage detected