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

@@ -19,6 +19,8 @@ main :: proc() {
switch cmd.name {
case "version":
cmd_version(&cmd)
case "deps":
cmd_deps(&cmd)
case:
fmt.printf("Unknown command: %s\n", cmd.name)
print_usage()