From b9dd3ea9e1fea70ec44d00c2555356392a75fb8f Mon Sep 17 00:00:00 2001 From: DrSheppard <60893791+Drsheppard01@users.noreply.github.com> Date: Sun, 2 Feb 2025 00:03:42 +0300 Subject: [PATCH] [Feature Request] Short command use del instead of delete like [apk syntax](https://wiki.alpinelinux.org/wiki/Alpine_Package_Keeper) --- commands/uninstall.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/commands/uninstall.go b/commands/uninstall.go index 7e9d580..e2e8e9e 100644 --- a/commands/uninstall.go +++ b/commands/uninstall.go @@ -16,7 +16,7 @@ import ( var UninstallCommand = cli.Command{ Name: "uninstall", - Aliases: []string{"remove", "delete"}, + Aliases: []string{"remove", "del"}, Usage: "Uninstall an application", Flags: []cli.Flag{ &cli.BoolFlag{