feat(odin): Ported remove command.

This commit is contained in:
2026-06-11 21:20:28 -04:00
parent cb7db96781
commit d2127e4780
5 changed files with 71 additions and 4 deletions

View File

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