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
+3 -3
View File
@@ -1,8 +1,8 @@
package cmd
import (
"miro/internal/miro"
"miro/internal/output"
"mire/internal/mire"
"mire/internal/output"
"github.com/spf13/cobra"
)
@@ -12,7 +12,7 @@ func newInitCommand() *cobra.Command {
Use: "init",
Args: cobra.NoArgs,
RunE: func(_ *cobra.Command, _ []string) error {
if err := miro.Init(); err != nil {
if err := mire.Init(); err != nil {
return err
}