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

Function cli_string

tests/test_testing.py:273–275  ·  tests/test_testing.py::cli_string
()

Source from the content-addressed store, hash-verified

271 class="cm"># See issue #362
272 @click.command()
273 def cli_string():
274 click.echo(class="st">"hello world")
275 sys.exit(class="st">"error")
276
277 @click.command()
278 @click.pass_context

Callers

nothing calls this directly

Calls 1

exitMethod · 0.80

Tested by

no test coverage detected