feat(odin): ported restore command to odin.

This commit is contained in:
2026-06-11 21:22:28 -04:00
parent d2127e4780
commit 3668df57d1
5 changed files with 97 additions and 4 deletions

View File

@@ -42,6 +42,7 @@ IMPLEMENTED_COMMANDS := []string{
"backup",
"add",
"remove",
"restore",
}
parse_args :: proc() -> (cmd: Command, ok: bool) {