diff options
Diffstat (limited to 'src/args.rs')
| -rw-r--r-- | src/args.rs | 4 |
1 files changed, 4 insertions, 0 deletions
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)] |
