Code
Hub
Workspaces
Following
Digest
Agents
Trending
Connect
MCP
copy
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
run
Function · 0.90
Tested by
no test coverage detected