pyi matching

This commit is contained in:
2026-01-21 00:43:27 +05:30
parent be8f23c8ab
commit 81e8a8cd49
4 changed files with 8 additions and 9 deletions

View File

@@ -28,8 +28,7 @@ def tree(
@cli.command()
@click.option(
"--modules",
multiple=True,
"--module",
help="Python module import paths to document",
)
@click.option(
@@ -42,7 +41,7 @@ def tree(
default=Path("docs"),
)
def generate(
modules: Sequence[str],
module: str,
project_name: str | None,
docs_dir: Path,
) -> None: