Skip to content

Commit

Permalink
Add docstring for root CLI
Browse files Browse the repository at this point in the history
  • Loading branch information
gizmo385 committed Sep 20, 2024
1 parent 84e8d93 commit d83fcbd
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions lazy_github/cli.py
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,7 @@
@click.group(invoke_without_command=True)
@click.pass_context
def cli(ctx: click.Context) -> None:
"""A Terminal UI for interacting with Github"""
if ctx.invoked_subcommand is None:
run()

Expand Down

0 comments on commit d83fcbd

Please sign in to comment.