refactor(odin): Ported remove command.

This commit is contained in:
2026-06-11 21:20:28 -04:00
parent 83a8caf691
commit 83b940337c
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")
}