From 6ce9cda2c04eed5e522dd10a5fda06e057d81c0a Mon Sep 17 00:00:00 2001 From: Guilherme Thomazi Bonicontro Date: Sun, 1 Sep 2024 13:28:34 +0200 Subject: [PATCH] fix: adding command description to output --- cmd/root.go | 9 +++------ 1 file changed, 3 insertions(+), 6 deletions(-) diff --git a/cmd/root.go b/cmd/root.go index 3eee9b1..f520b9e 100644 --- a/cmd/root.go +++ b/cmd/root.go @@ -17,12 +17,9 @@ import ( var rootCmd = &cobra.Command{ Use: "capable", Short: "Interact with Capacities.io API", - 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.`, + Long: `Capable is CLI tool is designed to interact with the Capacities.io API, +enabling users to send daily entries and weblinks to the Capacities platform +directly from the command line.`, } // Execute runs the root command and exits the application if an error occurs