Skip to content

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
def cli() -> None:
    """CLI stub when click is not available."""
    _require_click()