feat(odin): port check command to odin.

This commit is contained in:
2026-06-11 21:27:20 -04:00
parent 82bec68bd1
commit 4e1e359076
8 changed files with 360 additions and 4 deletions

View File

@@ -13,7 +13,3 @@ cmd_scan :: proc(cmd: ^Command) {
cmd_sync :: proc(cmd: ^Command) {
fmt.println("TODO: sync")
}
cmd_check :: proc(cmd: ^Command) {
fmt.println("TODO: check")
}