CLI Module¶ The causaliq_core.cli module provides command-line interface functionality for CausalIQ Core. CLI entry point¶ cli ¶ Command-line interface for causaliq-core. Functions: cli – Simple CLI example. main – Entry point for the CLI. cli ¶ cli(name: str, greet: str) -> None Simple CLI example. NAME is the person to greet main ¶ main() -> None Entry point for the CLI. This is the entry point for the CLI logic.