File tree Expand file tree Collapse file tree 2 files changed +5
-9
lines changed Expand file tree Collapse file tree 2 files changed +5
-9
lines changed Original file line number Diff line number Diff line change @@ -62,4 +62,6 @@ crdb-import-*/
6262tmp /
6363
6464# Misc
65- workload-export.go
65+ workload-export.go
66+ workload-export.zip
67+ workload-export /
Original file line number Diff line number Diff line change @@ -10,14 +10,8 @@ var debugFlag bool
1010
1111// rootCmd represents the base command when called without any subcommands
1212var rootCmd = & cobra.Command {
13- Use : "workload-analyzer" ,
14- Short : "A brief description of your application" ,
15- Long : `A longer description that spans multiple lines and likely contains
16- examples and usage of using your application. For example:
17-
18- Cobra is a CLI library for Go that empowers applications.
19- This application is a tool to generate the needed files
20- to quickly create a Cobra application.` ,
13+ Use : "workload-exporter" ,
14+ Short : "Export workload data for analysis" ,
2115 // Uncomment the following line if your bare application
2216 // has an action associated with it:
2317 // Run: func(cmd *cobra.Command, args []string) { },
You can’t perform that action at this time.
0 commit comments