feat(odin): ported list command.

This commit is contained in:
2026-06-11 20:40:47 -04:00
parent 40f0b3c36d
commit b1d2416182
8 changed files with 453 additions and 4 deletions

View File

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