Skip to content

Commit

Permalink
fix: adding command description to output
Browse files Browse the repository at this point in the history
  • Loading branch information
guitmz committed Sep 1, 2024
1 parent 87060b2 commit 6ce9cda
Showing 1 changed file with 3 additions and 6 deletions.
9 changes: 3 additions & 6 deletions cmd/root.go
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 6ce9cda

Please sign in to comment.