Skip to content

Commit

Permalink
chore: rename command to get-changelog
Browse files Browse the repository at this point in the history
  • Loading branch information
shyim committed Oct 19, 2023
1 parent 5df5a3e commit 5fe5ef7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion cmd/extension/extension_changelog.go
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ import (
)

var extensionChangelogCmd = &cobra.Command{
Use: "changelog [path]",
Use: "get-changelog [path]",
Short: "Get the changelog",
Args: cobra.MinimumNArgs(1),
RunE: func(cmd *cobra.Command, args []string) error {
Expand Down

0 comments on commit 5fe5ef7

Please sign in to comment.