wrote source code

This commit is contained in:
2026-05-02 00:19:07 +02:00
parent ef7a4a8c45
commit 1dd20f169f
5 changed files with 93 additions and 8 deletions
+2 -7
View File
@@ -15,13 +15,8 @@ import (
// rootCmd represents the base command when called without any subcommands
var rootCmd = &cobra.Command{
Use: "apac",
Short: "A brief description of your application",
Long: `A longer description that spans multiple lines and likely contains
examples and usage of using your application. For example:
Cobra is a CLI library for Go that empowers applications.
This application is a tool to generate the needed files
to quickly create a Cobra application.`,
Short: "Simple arch aur helper.",
Long: `Simple aur arch helper. It can manage packages for you`,
// Uncomment the following line if your bare application
// has an action associated with it:
// Run: func(cmd *cobra.Command, args []string) { },