gpf_check_archive.cli module#

Main CLI entrypoint.

gpf_check_archive.cli.fail_and_exit_with_message(work_dir: Path, message: str)#

Fail and exit process with a specified message

Paramètres:
  • work_dir (Path) – the current work directory

  • message (str) – The specific message to send

gpf_check_archive.cli.main(argv: list[str] | None = None)#

Main CLI entrypoint.