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
But when using the option --global in front of the command, the option is ignored:
$ sudo pipx --global list
nothing has been installed with pipx 😴
How to reproduce
We have to set the option behind the command:
$ sudo pipx list --global
venvs are in /opt/pipx/venvs
apps are exposed on your $PATH at /usr/local/bin
manual pages are exposed at /usr/local/share/man
package ocrmypdf 16.5.0, installed using Python 3.12.5
- ocrmypdf
This is the same with all the other commands who have a --global option (install, unistall ..).
Expected behavior
A bugfix for the commandline parser or at least the documentation is needed.
The text was updated successfully, but these errors were encountered:
Describe the bug
The help message describes the options in the comandline in front:
But when using the option
--global
in front of the command, the option is ignored:How to reproduce
We have to set the option behind the command:
This is the same with all the other commands who have a
--global
option (install
,unistall
..).Expected behavior
A bugfix for the commandline parser or at least the documentation is needed.
The text was updated successfully, but these errors were encountered: