.. _bridge.cli: ================================== ``bridge.cli`` Function Signatures ================================== This page shows the CLI function signatures with docstrings included - for the full CLI source see :ref:`this `. .. autofunction:: bridge.cli.generate_paperlike_crf_pdf(data_dictionary_csv: str, arc_version: str | None = "1.2.2", redcap_db_name: str | None = "Generic", language: str | None = "English", paperlike_details_csv: str | None = None, supplemental_phrases_csv: str | None = None, output_path: str | None = None) -> bytes .. autofunction:: bridge.cli.generate_paperlike_crf_word(data_dictionary_csv: str, include_descriptive_rows: bool = False, output_path: str | None = None) -> bytes