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

Method per_task_help

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

Source from the content-addressed store, hash-verified

38
39 @trap
40 def per_task_help(self) -> None:
41 assert "Frobazz" in run("invoke -c _explicit foo --help").stdout
42
43 @trap
44 def shorthand_binary_name(self) -> None:

Callers

nothing calls this directly

Calls 1

runFunction · 0.90

Tested by

no test coverage detected