MCPcopy Index your code
hub / github.com/pyinvoke/invoke / help_output

Method help_output

integration/main.py:36–37  ·  view source on GitHub ↗
(self)

Source from the content-addressed store, hash-verified

34
35 @trap
36 def help_output(self) -> None:
37 assert "Usage: inv[oke] " in run("invoke --help").stdout
38
39 @trap
40 def per_task_help(self) -> None:

Callers

nothing calls this directly

Calls 1

runFunction · 0.90

Tested by

no test coverage detected