feat: Added uninstall command.

This commit is contained in:
2026-07-13 14:09:44 -04:00
parent d4c935ec07
commit 222a0a3452
5 changed files with 171 additions and 3 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)