Main provide.foundation.cli.main ¶ Main CLI entry point for Foundation. Functions¶ cli ¶ cli() -> None CLI stub when click is not available. Source code in provide/foundation/cli/main.py 81 82 83def cli() -> None: """CLI stub when click is not available.""" _require_click()