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

Method print_version

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

Source from the content-addressed store, hash-verified

671 return ParserContext(args=args)
672
673 def print_version(self) -> None:
674 print("{} {}".format(self.name, self.version or "unknown"))
675
676 def print_help(self) -> None:
677 usage_suffix = "task1 [--task1-opts] ... taskN [--taskN-opts]"

Callers 1

parse_coreMethod · 0.95

Calls

no outgoing calls

Tested by

no test coverage detected