diff --git a/cmd/root.go b/cmd/root.go index 54c3a8c..1dfca4c 100644 --- a/cmd/root.go +++ b/cmd/root.go @@ -30,14 +30,16 @@ import ( // rootCmd represents the base command when called without any subcommands var rootCmd = &cobra.Command{ Use: "pda", - 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: "A key-value store.", + Long: ` ▄▄ + ██ + ██▄███▄ ▄███▄██ ▄█████▄ + ██▀ ▀██ ██▀ ▀██ ▀ ▄▄▄██ + ██ ██ ██ ██ ▄██▀▀▀██ + ███▄▄██▀ ▀██▄▄███ ██▄▄▄███ + ██ ▀▀▀ ▀▀▀ ▀▀ ▀▀▀▀ ▀▀ + ██ (c) 2025 Lewis Wynne +`} func Execute() { err := rootCmd.Execute()