File tree Expand file tree Collapse file tree 1 file changed +1
-11
lines changed Expand file tree Collapse file tree 1 file changed +1
-11
lines changed Original file line number Diff line number Diff line change @@ -18,17 +18,7 @@ var cfgFile string
18
18
19
19
// rootCmd represents the base command when called without any subcommands
20
20
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" ,
32
22
}
33
23
34
24
// Execute adds all child commands to the root command and sets flags appropriately.
You can’t perform that action at this time.
0 commit comments