Skip to content

Commit

Permalink
cargo: doc - added missing alias
Browse files Browse the repository at this point in the history
  • Loading branch information
rsteube committed Dec 17, 2022
1 parent e748b90 commit ff69a19
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 ff69a19

Please sign in to comment.