Code
Hub
Workspaces
Following
Digest
Agents
Trending
Connect
MCP
copy
Index your code
hub
/
github.com/pyinvoke/invoke
/ invocation_with_args
Method
invocation_with_args
integration/main.py:52–53 ·
view source on GitHub ↗
(self)
Source
from the content-addressed store, hash-verified
50
51
@trap
52
def
invocation_with_args(self) -> None:
53
_output_eq(
"inv print-name --name whatevs"
,
"whatevs"
)
54
55
@trap
56
def
bad_collection_exits_nonzero(self) -> None:
Callers
nothing calls this directly
Calls
1
_output_eq
Function · 0.85
Tested by
no test coverage detected