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