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

Method get_script

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

Source from the content-addressed store, hash-verified

491 return self._args
492
493 def get_script(self) -> str:
494 if script := self.args.script:
495 return script
496
497 if script := self.config.script:
498 return script
499
500 return 'guided'
501
502 def print_help(self) -> None:
503 self._parser.print_help()

Callers 1

runFunction · 0.95

Calls

no outgoing calls

Tested by

no test coverage detected