feat: add miro record as mkdir -p

This commit is contained in:
2026-03-16 22:04:02 +00:00
parent 94bd14f467
commit f37548b56b
3 changed files with 49 additions and 0 deletions
+2
View File
@@ -12,6 +12,8 @@ func Run(args []string) int {
switch args[0] {
case "init":
return runInit(args[1:])
case "record":
return runRecord(args[1:])
default:
output.Printf("unknown command: %s\n", args[0])
return 1