Code
Hub
Workspaces
Following
Digest
Agents
Trending
Connect
MCP
copy
Index your code
hub
/
github.com/pyinvoke/invoke
/ version_output
Method
version_output
integration/main.py:32–33 ·
view source on GitHub ↗
(self)
Source
from the content-addressed store, hash-verified
30
31
@trap
32
def
version_output(self) -> None:
33
_output_eq(
"invoke --version"
,
"Invoke {}"
.format(__version__))
34
35
@trap
36
def
help_output(self) -> None:
Callers
nothing calls this directly
Calls
1
_output_eq
Function · 0.85
Tested by
no test coverage detected