aura icon indicating copy to clipboard operation
aura copied to clipboard

Aura throws an error message instead of returning with no results on search

Open RubenKelevra opened this issue 1 year ago • 1 comments

If I call Aura 4.0.3 it will throw an error message, that pacman returned a non-zero exit code, if there's no search result for a search query.

That's somewhat unexpected.

$ aura -Ss package-which-doesnt-exist
aura :: A call to pacman gave a non-zero exit code.

Pacman will just return nothing.

$ pacman -Ss package-which-doesnt-exist

RubenKelevra avatar Aug 24 '24 15:08 RubenKelevra

Indeed there are certain passthrough commands for which this error message is jarring. I'll fix it.

fosskers avatar Aug 25 '24 00:08 fosskers

Thanks again.

fosskers avatar Sep 08 '24 04:09 fosskers

You're welcome :)

RubenKelevra avatar Sep 08 '24 15:09 RubenKelevra