feat: allow custom CLI (#28)

This commit is contained in:
d3vyce
2026-02-04 17:19:07 +01:00
committed by GitHub
parent 1ff94eb9d3
commit e0bc93096d
7 changed files with 476 additions and 212 deletions

View File

@@ -1,6 +1,5 @@
"""CLI for FastAPI projects."""
from .app import cli
from .utils import async_command
__all__ = ["async_command", "cli"]
__all__ = ["async_command"]