From d3b4feefd49cd3f2f730a7629bfca6d6ebf3e220 Mon Sep 17 00:00:00 2001 From: Naz Date: Mon, 28 Jul 2025 19:18:21 +0100 Subject: =?UTF-8?q?=E2=9C=A8feat:=20add=20list=20command=20to=20show=20ins?= =?UTF-8?q?talled=20AppImages?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/args.rs | 4 ++++ 1 file changed, 4 insertions(+) (limited to 'src/args.rs') diff --git a/src/args.rs b/src/args.rs index 7f7ca3a..03f6b51 100644 --- a/src/args.rs +++ b/src/args.rs @@ -17,6 +17,10 @@ pub enum Command { /// Removes an AppImage #[command(name = "remove", alias = "rm")] Remove(RemoveArgs), + + /// List the installed AppImages + #[command(name = "list", alias = "ls")] + List, } #[derive(Debug, Args)] -- cgit v1.2.3