Skip to content

Commit 30f6030

Browse files
committed
yay: added missing descriptions
1 parent 31b99f2 commit 30f6030

File tree

4 files changed

+4
-4
lines changed

4 files changed

+4
-4
lines changed

completers/yay_completer/cmd/getpkgbuild.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ import (
99
var getpkgbuildCmd = &cobra.Command{
1010
Use: "getpkgbuild",
1111
Aliases: []string{"G"},
12-
Short: "",
12+
Short: "Get PKGBUILD from ABS or AUR",
1313
Run: func(cmd *cobra.Command, args []string) {},
1414
}
1515

completers/yay_completer/cmd/show.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ import (
88
var showCmd = &cobra.Command{
99
Use: "show",
1010
Aliases: []string{"P"},
11-
Short: "",
11+
Short: "Print information",
1212
Run: func(cmd *cobra.Command, args []string) {},
1313
}
1414

completers/yay_completer/cmd/web.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ import (
99
var webCmd = &cobra.Command{
1010
Use: "web",
1111
Aliases: []string{"W"},
12-
Short: "",
12+
Short: "Web operations",
1313
Run: func(cmd *cobra.Command, args []string) {},
1414
}
1515

completers/yay_completer/cmd/yay.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ import (
99
var yayCmd = &cobra.Command{
1010
Use: "yay",
1111
Aliases: []string{"Y"},
12-
Short: "",
12+
Short: "YAY specific operations",
1313
Run: func(cmd *cobra.Command, args []string) {},
1414
}
1515

0 commit comments

Comments
 (0)