MCPcopy Index your code
hub / github.com/archlinux/archinstall / print_help

Method print_help

archinstall/lib/args.py:502–503  ·  view source on GitHub ↗
(self)

Source from the content-addressed store, hash-verified

500 return 'guided'
501
502 def print_help(self) -> None:
503 self._parser.print_help()
504
505 def _add_sub_parsers(self) -> None:
506 subparsers = self._parser.add_subparsers(dest='command', help='Available subcommands')

Callers 1

runFunction · 0.95

Calls

no outgoing calls

Tested by

no test coverage detected