fix: add missing help descriptions on some cmds

This commit is contained in:
2026-03-24 18:27:55 +00:00
parent ecd11767cd
commit 8a573681be
5 changed files with 40 additions and 8 deletions
+3
View File
@@ -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()
},