archlinuxfr / yaourt

[unmaintained] A Pacman frontend with more features and AUR support
598 stars 98 forks source link

Option --quiet not supported for search #334

Open nheir opened 7 years ago

nheir commented 7 years ago

The full name option --quiet is wrongly handled at yaourt/src/yaourt.sh.in:73 Basically, the code local search_option="${PACMAN_Q_ARG[@]//-q/}" replaces --quiet with -uiet

Step to reproduce

yaourt -Ssq linux vs yaourt -Ss --quiet linux

Workaround

Remove --quiet from the table before removing -q