refactor(odin): ported list command.

This commit is contained in:
2026-06-11 20:40:47 -04:00
parent cb51a398ad
commit de2186a2e5
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) {