refactor(odin): port check command.

This commit is contained in:
2026-06-11 21:27:20 -04:00
parent f8add2ad22
commit d890c88b6d
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) {