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

@@ -29,6 +29,8 @@ main :: proc() {
cmd_remove(&cmd)
case "restore":
cmd_restore(&cmd)
case "edit-config":
cmd_edit_config(&cmd)
case:
fmt.printf("Unknown command: %s\n", cmd.name)
print_usage()