refactor(odin): ported edit-config command.

This commit is contained in:
2026-06-11 21:25:36 -04:00
parent 8dd6b17cb9
commit 2de7e20f5c
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) {