File tree Expand file tree Collapse file tree 4 files changed +4
-4
lines changed
completers/yay_completer/cmd Expand file tree Collapse file tree 4 files changed +4
-4
lines changed Original file line number Diff line number Diff line change 99var 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
Original file line number Diff line number Diff line change 88var 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
Original file line number Diff line number Diff line change 99var 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
Original file line number Diff line number Diff line change 99var 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
You can’t perform that action at this time.
0 commit comments