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
+11
View File
@@ -0,0 +1,11 @@
package main
import (
"os"
"mire/cmd"
)
func main() {
os.Exit(cmd.Run(os.Args[1:]))
}