Skip to content

Commit

Permalink
refactor: add named 'name' parameter
Browse files Browse the repository at this point in the history
  • Loading branch information
lamchau committed Sep 18, 2024
1 parent 120efad commit 295f634
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/goose/cli/main.py
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ def goose_cli() -> None:
pass


@goose_cli.command("version")
@goose_cli.command(name="version")
def get_version() -> None:
"""Lists the version of goose and any plugins"""
from importlib.metadata import entry_points, version
Expand Down

0 comments on commit 295f634

Please sign in to comment.