gpf_pyramide_raster.cli module¶
Main CLI entrypoint.
- gpf_pyramide_raster.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_pyramide_raster.cli.main(args: list[str] | None = None)¶
Main CLI entrypoint.
- Paramètres:
args (List[str], optional) – list of command-line arguments. Defaults to None.