Skip to content

Commit

Permalink
yay: added missing descriptions
Browse files Browse the repository at this point in the history
  • Loading branch information
rsteube committed Jun 27, 2023
1 parent 31b99f2 commit 30f6030
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion completers/yay_completer/cmd/getpkgbuild.go
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ import (
var getpkgbuildCmd = &cobra.Command{
Use: "getpkgbuild",
Aliases: []string{"G"},
Short: "",
Short: "Get PKGBUILD from ABS or AUR",
Run: func(cmd *cobra.Command, args []string) {},
}

Expand Down
2 changes: 1 addition & 1 deletion completers/yay_completer/cmd/show.go
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ import (
var showCmd = &cobra.Command{
Use: "show",
Aliases: []string{"P"},
Short: "",
Short: "Print information",
Run: func(cmd *cobra.Command, args []string) {},
}

Expand Down
2 changes: 1 addition & 1 deletion completers/yay_completer/cmd/web.go
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ import (
var webCmd = &cobra.Command{
Use: "web",
Aliases: []string{"W"},
Short: "",
Short: "Web operations",
Run: func(cmd *cobra.Command, args []string) {},
}

Expand Down
2 changes: 1 addition & 1 deletion completers/yay_completer/cmd/yay.go
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ import (
var yayCmd = &cobra.Command{
Use: "yay",
Aliases: []string{"Y"},
Short: "",
Short: "YAY specific operations",
Run: func(cmd *cobra.Command, args []string) {},
}

Expand Down

0 comments on commit 30f6030

Please sign in to comment.