Skip to content

Commit

Permalink
Merge pull request #1454 from rsteube/carg-doc-alias
Browse files Browse the repository at this point in the history
cargo: doc - added missing alias
  • Loading branch information
rsteube authored Dec 17, 2022
2 parents 48ddab2 + ff69a19 commit 4c5b32c
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions completers/cargo_completer/cmd/doc.go
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,7 @@ import (

var docCmd = &cobra.Command{
Use: "doc",
Aliases: []string{"d"},
Short: "Build a package's documentation",
Run: func(cmd *cobra.Command, args []string) {},
GroupID: groupFor("doc"),
Expand Down

0 comments on commit 4c5b32c

Please sign in to comment.