E5ten / pacaur

An AUR helper that minimizes user interaction
https://bbs.archlinux.org/viewtopic.php?pid=1755144#p1755144
ISC License
110 stars 9 forks source link

Output of `pacaur --help` is incorrect #19

Closed zman0900 closed 4 years ago

zman0900 commented 4 years ago
Version

pacaur -v

pacaur 4.8.6
Description

pacaur --help shows the following for AUR specific commands:

 AUR specific
   sync             clone, build and install target(s)
   search           search AUR for matching strings
   info             view package information
   buildonly        clone and build target(s)
   upgrade          upgrade AUR package(s)
   check            check for AUR upgrade(s)
   clean            clean AUR package(s) and clone(s)
   cleanall         clean all AUR packages and clones

But actually running one of these commands no longer works with the 4.8 version of pacaur:

Output of pacaur check :

error: no operation specified (use -h for help)

According to the man page, all these commands must be prefixed with --aur-. Help text and any corresponding bash completion should be updated to match the man page.

E5ten commented 4 years ago

Fixed in master (these subcommands/--aur-* flags are removed in favour of obtaining the same functionality by using the -a or --aur flag in combination with the normal flags)