Template CLI¶ This template repo provides a simple template CLI as a starting point for CLI implementations. CLI entry point¶ cli ¶ Command-line interface for causaliq-research. 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.