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

This commit is contained in:
2026-06-11 20:32:58 -04:00
parent d84e43d044
commit 40f0b3c36d
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) {