tud_lbm.cli =========== .. py:module:: tud_lbm.cli .. autoapi-nested-parse:: Command-line interface for TUD-LBM simulations. Provides a CLI entry point for running LBM simulations from configuration files with interactive prompts and rich terminal output. Usage: tud-lbm run app_setup.toml tud-lbm run app_setup.toml --no-prompt tud-lbm run app_setup.toml --dry-run Functions: cli: CLI group entry point (requires click). Submodules ---------- .. toctree:: :maxdepth: 1 /autoapi/tud_lbm/cli/cli/index Attributes ---------- .. autoapisummary:: tud_lbm.cli.cli Functions --------- .. autoapisummary:: tud_lbm.cli.__getattr__ Package Contents ---------------- .. py:data:: cli .. py:function:: __getattr__(name: str) Lazy-load CLI only when accessed (requires click).