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

Commit

Permalink
feat: add docs group
Browse files Browse the repository at this point in the history
  • Loading branch information
peterschutt committed Jan 26, 2023
1 parent 67e8c67 commit cd2d5ee
Showing 1 changed file with 9 additions and 0 deletions.
9 changes: 9 additions & 0 deletions src/starlite_saqlalchemy/cli/docs/__init__.py
Original file line number Diff line number Diff line change
@@ -0,0 +1,9 @@
"""Docs CLI entry point."""
from __future__ import annotations

import click


@click.group(name="docs")
def entry_point() -> None:
"""Commands for building and releasing docs."""

0 comments on commit cd2d5ee

Please sign in to comment.