feat(odin): Ported scan command.

This commit is contained in:
2026-06-12 08:28:58 -04:00
parent 4e1e359076
commit 0a332adfdf
9 changed files with 325 additions and 6 deletions

View File

@@ -6,10 +6,6 @@ cmd_init :: proc(cmd: ^Command) {
fmt.println("TODO: init")
}
cmd_scan :: proc(cmd: ^Command) {
fmt.println("TODO: scan")
}
cmd_sync :: proc(cmd: ^Command) {
fmt.println("TODO: sync")
}