uclchem.makerates.cli ===================== .. py:module:: uclchem.makerates.cli .. autoapi-nested-parse:: Command-line interface for makerates. Usage:: uclchem-makerates config.yaml # Generate network uclchem-makerates config.yaml --output-dir ./out # Specify output directory uclchem-makerates --help # Show help Module Contents --------------- Functions ~~~~~~~~~ .. autoapisummary:: uclchem.makerates.cli.main .. py:function:: main(argv: list[str] | None = None) -> None Entry point for ``uclchem-makerates`` CLI.