feat(odin): ported backup command.

This commit is contained in:
2026-06-11 21:04:39 -04:00
parent b1d2416182
commit c92155a17b
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")
}