refactor(odin): Ported remove command.

This commit is contained in:
2026-06-11 21:20:28 -04:00
parent 83a8caf691
commit 83b940337c
5 changed files with 71 additions and 4 deletions

View File

@@ -41,6 +41,7 @@ IMPLEMENTED_COMMANDS := []string{
"list",
"backup",
"add",
"remove",
}
parse_args :: proc() -> (cmd: Command, ok: bool) {