feat: Added uninstall command.

This commit is contained in:
2026-07-13 14:09:44 -04:00
parent d4c935ec07
commit 674f23ad2f
4 changed files with 170 additions and 0 deletions
+2
View File
@@ -79,6 +79,8 @@ main :: proc() {
cmd_sync(&cmd)
case "completion":
cmd_completion(&cmd)
case "uninstall":
cmd_uninstall(&cmd)
case:
fmt.wprintf(cmd.err, "Unknown command: %s\n", cmd.name)
write_usage(cmd.out)