Skip to content

Main

πŸ€– AI-Generated Content

This documentation was generated with AI assistance and is still being audited. Some, or potentially a lot, of this information may be inaccurate. Learn more.

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()