Skip to content

Commit 0b34821

Browse files
author
hatappi
committed
chore: remove usage from root command
1 parent eb57ce5 commit 0b34821

File tree

1 file changed

+1
-11
lines changed

1 file changed

+1
-11
lines changed

cmd/root.go

Lines changed: 1 addition & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -18,17 +18,7 @@ var cfgFile string
1818

1919
// rootCmd represents the base command when called without any subcommands
2020
var rootCmd = &cobra.Command{
21-
Use: "gomodoro",
22-
Short: "A brief description of your application",
23-
Long: `A longer description that spans multiple lines and likely contains
24-
examples and usage of using your application. For example:
25-
26-
Cobra is a CLI library for Go that empowers applications.
27-
This application is a tool to generate the needed files
28-
to quickly create a Cobra application.`,
29-
// Uncomment the following line if your bare application
30-
// has an action associated with it:
31-
// Run: func(cmd *cobra.Command, args []string) { },
21+
Use: "gomodoro",
3222
}
3323

3424
// Execute adds all child commands to the root command and sets flags appropriately.

0 commit comments

Comments
 (0)