refactor(odin): Ported restore command.

This commit is contained in:
2026-06-11 21:22:28 -04:00
parent 83b940337c
commit 8dd6b17cb9
5 changed files with 97 additions and 4 deletions

View File

@@ -27,6 +27,8 @@ main :: proc() {
cmd_backup(&cmd)
case "remove":
cmd_remove(&cmd)
case "restore":
cmd_restore(&cmd)
case:
fmt.printf("Unknown command: %s\n", cmd.name)
print_usage()