brain_pipe.cli.cli_factory¶ cli_factory(cli_name: str | None) → CLI¶ Create a CLI object based on the command line arguments. Parameters: cli_name (Optional[str]) – The name of the CLI to create. Returns: A CLI object that can be used to create Pipelines Return type: CLI Raises: ValueError – If the CLI is not found.