diff options
| author | pml68 <contact@pml68.dev> | 2025-09-07 12:03:10 +0200 |
|---|---|---|
| committer | pml68 <contact@pml68.dev> | 2025-09-07 12:03:10 +0200 |
| commit | c70c80c789df88aa4ed079c7f8b6fcd4a23cb095 (patch) | |
| tree | c3bc5cba5b744c0af99d331e7f3d5185cd501b39 /aur.1 | |
| parent | feat: add Makefile (diff) | |
| download | aur-c70c80c789df88aa4ed079c7f8b6fcd4a23cb095.tar.gz | |
feat: add -r/--remove flags
Diffstat (limited to '')
| -rw-r--r-- | aur.1 | 3 |
1 files changed, 3 insertions, 0 deletions
@@ -12,6 +12,9 @@ Provides basic AUR package management functionality, showing users a diff before <pkg1 pkg2 ...> Download and install/update the specified packages. .TP +\fB\-r\fR, \fB\-\-remove\fR <pkg1 pkg2 ...> +Remove the specified packages. Runs pacman \fB\-Rns\fR +.TP \fB\-g\fR, \fB\-\-git\fR Checks all packages for updates and rebuilds all \fB\-git\fR packages. .TP |
