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

Method no_tasks_given

invoke/program.py:552–557  ·  view source on GitHub ↗
(self)

Source from the content-addressed store, hash-verified

550 self.no_tasks_given()
551
552 def no_tasks_given(self) -> None:
553 debug(
554 "No tasks specified for execution and no default task; printing global help as fallback" # noqa
555 )
556 self.print_help()
557 raise Exit
558
559 def execute(self) -> None:
560 """

Callers 1

parse_cleanupMethod · 0.95

Calls 1

print_helpMethod · 0.95

Tested by

no test coverage detected