refactor(odin): Ported init command.

This commit is contained in:
2026-06-12 09:16:28 -04:00
parent 191ba305ef
commit 5865315161
8 changed files with 441 additions and 11 deletions

View File

@@ -36,6 +36,7 @@ COMMANDS := []CommandInfo{
}
IMPLEMENTED_COMMANDS := []string{
"init",
"version",
"deps",
"list",
@@ -46,6 +47,7 @@ IMPLEMENTED_COMMANDS := []string{
"edit-config",
"check",
"scan",
"sync",
}
parse_args :: proc() -> (cmd: Command, ok: bool) {