refactor(odin): ported backup command.

This commit is contained in:
2026-06-11 21:04:39 -04:00
parent de2186a2e5
commit 1964698e35
5 changed files with 165 additions and 4 deletions

View File

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