refactor(odin): Ported scan command.

This commit is contained in:
2026-06-12 08:28:58 -04:00
parent d890c88b6d
commit 191ba305ef
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")
}