feat(odin): ported edit-config command to odin.

This commit is contained in:
2026-06-11 21:25:36 -04:00
parent 3668df57d1
commit 2cb6067a3a
4 changed files with 52 additions and 4 deletions

View File

@@ -43,6 +43,7 @@ IMPLEMENTED_COMMANDS := []string{
"add",
"remove",
"restore",
"edit-config",
}
parse_args :: proc() -> (cmd: Command, ok: bool) {