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

@@ -17,7 +17,3 @@ cmd_sync :: proc(cmd: ^Command) {
cmd_check :: proc(cmd: ^Command) {
fmt.println("TODO: check")
}
cmd_edit_config :: proc(cmd: ^Command) {
fmt.println("TODO: edit-config")
}