Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

help subcommand as an alias for --help #1535

Open
xmo-odoo opened this issue Sep 5, 2024 · 1 comment
Open

help subcommand as an alias for --help #1535

xmo-odoo opened this issue Sep 5, 2024 · 1 comment
Labels
enhancement New feature or request good first issue Good for newcomers

Comments

@xmo-odoo
Copy link

xmo-odoo commented Sep 5, 2024

Subcommand-based tools commonly have a help subcommand to invoke help, especially help with other subcommands.

In pipx however, only --help works, invoking pipx help or pipx help <subcommand> generates a somewhat unhelpful

usage: pipx [-h] [--quiet] [--verbose] [--global] [--version]
        {install,install-all,uninject,inject,pin,unpin,upgrade,upgrade-all,upgrade-shared,uninstall,uninstall-all,reinstall,reinstall-all,list,interpreter,run,runpip,ensurepath,environment,completions} ...
pipx: error: argument command: invalid choice: 'help' (choose from 'install', 'install-all', 'uninject', 'inject', 'pin', 'unpin', 'upgrade', 'upgrade-all', 'upgrade-shared', 'uninstall', 'uninstall-all', 'reinstall', 'reinstall-all', 'list', 'interpreter', 'run', 'runpip', 'ensurepath', 'environment', 'completions')
@Gitznik Gitznik added enhancement New feature or request good first issue Good for newcomers labels Sep 5, 2024
@shaikhmudassir
Copy link

shaikhmudassir commented Sep 7, 2024

I've begun working on this issue but I'm having trouble setting up the development environment with VS Code. Specifically, I am unable to select the Python interpreter.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request good first issue Good for newcomers
Projects
None yet
Development

No branches or pull requests

3 participants