You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on May 31, 2018. It is now read-only.
When trying to search for things that start with a -, pacaurs argument parser always views them as arguments to Pacaur/Pacman. This should not happen when using -- to separate the flags from command args.
Output
pacaur -Qs -- -git
error: invalid option: '--search' and '--groups' may not be used together
pacman -Qs -- -git
local/autorandr-git 1.1.r10.g6890caf-1
Auto-detect the connect display hardware and load the appropiate X11 setup using xrandr.
Formerly autodisper. No disper support.
[....]
The text was updated successfully, but these errors were encountered:
Version
pacaur -v
Description
When trying to search for things that start with a
-
, pacaurs argument parser always views them as arguments to Pacaur/Pacman. This should not happen when using--
to separate the flags from command args.Output
pacaur -Qs -- -git
pacman -Qs -- -git
The text was updated successfully, but these errors were encountered: