Skip to content

Commit

Permalink
docs(go): Clean up main command description
Browse files Browse the repository at this point in the history
  • Loading branch information
milanmlft committed Oct 25, 2024
1 parent f5c9c5e commit 7ceea83
Showing 1 changed file with 1 addition and 10 deletions.
11 changes: 1 addition & 10 deletions todo-go/cmd/root.go
Original file line number Diff line number Diff line change
Expand Up @@ -12,16 +12,7 @@ import (
// rootCmd represents the base command when called without any subcommands
var rootCmd = &cobra.Command{
Use: "todo-go",
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.`,
// Uncomment the following line if your bare application
// has an action associated with it:
// Run: func(cmd *cobra.Command, args []string) { },
Short: "Manage your tasks from teh command line",
}

var cfgFile string
Expand Down

0 comments on commit 7ceea83

Please sign in to comment.