pipx icon indicating copy to clipboard operation
pipx copied to clipboard

pipx install ignores --quiet

Open Slooz opened this issue 6 months ago • 3 comments

Describe the bug

How to reproduce

$ pipx install --quiet --quiet cowsay

creating virtual environment...
installing cowsay...
done! ✨ 🌟 ✨
  installed package cowsay 6.1, installed using Python 3.10.12
  These apps are now globally available
    - cowsay

Expected behavior

Quiet is respected

Slooz avatar Aug 13 '24 00:08 Slooz