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

@@ -14,10 +14,6 @@ cmd_sync :: proc(cmd: ^Command) {
fmt.println("TODO: sync")
}
cmd_restore :: proc(cmd: ^Command) {
fmt.println("TODO: restore")
}
cmd_check :: proc(cmd: ^Command) {
fmt.println("TODO: check")
}