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

@@ -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")
}