Skip to content

Commit

Permalink
Merge pull request #134 from tsugumi-sys/feature/adding-cli-docs
Browse files Browse the repository at this point in the history
Doc: Addig cli docs
  • Loading branch information
tsugumi-sys authored Jun 18, 2024
2 parents e62d72f + 4cb70a0 commit 4122aed
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions stocklake/cli/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -12,11 +12,13 @@ def cli():

@click.group()
def download():
"""Download data to several stores from APIs"""
pass


@click.group()
def database():
"""Manage database schemas"""
pass


Expand Down

0 comments on commit 4122aed

Please sign in to comment.