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

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