Skip to content
This repository was archived by the owner on Sep 12, 2023. It is now read-only.

Commit 28c23f4

Browse files
committed
feat: add docs group
1 parent 4a899b7 commit 28c23f4

File tree

1 file changed

+9
-0
lines changed

1 file changed

+9
-0
lines changed
Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,9 @@
1+
"""Docs CLI entry point."""
2+
from __future__ import annotations
3+
4+
import click
5+
6+
7+
@click.group(name="docs")
8+
def entry_point() -> None:
9+
"""Commands for building and releasing docs."""

0 commit comments

Comments
 (0)