icy / pacapt

An ArchLinux's pacman-like shell wrapper for many package managers. 56KB and run anywhere.
Other
958 stars 69 forks source link

Fixes #173 by supporting --quiet (long version of -q) #177

Closed icymatter closed 3 years ago

icymatter commented 3 years ago

An attempt to support --quiet, partially fix #173

icy commented 3 years ago

Understood, @mondeja . I think the current libs don't try to implement correctly --quiet option. The short version (-q) is parsed, while --quiet is expected to be sent to the backend package manager [1]. There was a -- termination support (pacapt -Ss foo -- --quiet testing), but I only had them on the deprecated branch (nd`).

I would go with your commit, which sounds better than mine. Please raise an Pr;) Thanks

[1]: Regarding [1] maybe we discuss them in another thread.