rename: rebrand to mire

This commit is contained in:
2026-03-21 12:49:57 +00:00
parent d72f727322
commit 511a4c912c
32 changed files with 209 additions and 209 deletions
+2 -2
View File
@@ -8,7 +8,7 @@ import (
"github.com/spf13/cobra"
)
// Run executes the miro CLI and returns a process exit code.
// Run executes the mire CLI and returns a process exit code.
func Run(args []string) int {
if err := ensureDependencies(); err != nil {
fmt.Fprintln(os.Stderr, err)
@@ -27,7 +27,7 @@ func Run(args []string) int {
func newRootCommand() *cobra.Command {
rootCmd := &cobra.Command{
Use: "miro",
Use: "mire",
Short: "A lean CLI E2E testing framework.",
RunE: func(cmd *cobra.Command, _ []string) error {
return cmd.Help()