refactor(odin): ported deps command, added utilities (features, tty, table).

This commit is contained in:
2026-06-11 20:32:58 -04:00
parent e989b88303
commit cb51a398ad
4 changed files with 16 additions and 6 deletions

View File

@@ -13,6 +13,7 @@ Command :: struct {
IMPLEMENTED_COMMANDS := []string{
"version",
"deps",
}
parse_args :: proc() -> (cmd: Command, ok: bool) {