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

@@ -45,6 +45,7 @@ IMPLEMENTED_COMMANDS := []string{
"restore",
"edit-config",
"check",
"scan",
}
parse_args :: proc() -> (cmd: Command, ok: bool) {