fix: add missing help descriptions on some cmds
This commit is contained in:
@@ -29,6 +29,9 @@ func newRootCommand() *cobra.Command {
|
||||
rootCmd := &cobra.Command{
|
||||
Use: "mire",
|
||||
Short: "A lean CLI E2E testing framework.",
|
||||
CompletionOptions: cobra.CompletionOptions{
|
||||
HiddenDefaultCmd: true,
|
||||
},
|
||||
RunE: func(cmd *cobra.Command, _ []string) error {
|
||||
return cmd.Help()
|
||||
},
|
||||
|
||||
Reference in New Issue
Block a user