Skip to content

Add subcommand alias mechanism #8137

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

Closed
wants to merge 1 commit into from
Closed

Add subcommand alias mechanism #8137

wants to merge 1 commit into from

Conversation

McSinyx
Copy link
Contributor

@McSinyx McSinyx commented Apr 25, 2020

This should be able to resolve GH-8130. Edit: this is the PR's current behavior:

$ pip help

Usage:   
  pip <command> [options]

Commands:
  install, add                Install packages.
  download                    Download packages.
  uninstall, remove           Uninstall packages.
  ...
$ pip remove -h # or
$ pip help remove

Usage:   
  pip remove [options] <package> ...
  pip remove [options] -r <requirements file> ...
  ...
$ pip remoe -h # or
$ pip help remoe
ERROR: unknown command "remoe" - maybe you meant "remove"

@McSinyx

This comment has been minimized.

@McSinyx McSinyx marked this pull request as draft April 26, 2020 08:54
@McSinyx McSinyx changed the title Add 'remove' command as an alias to 'uninstall' Add subcommand alias mechanism Apr 26, 2020
@McSinyx McSinyx force-pushed the rm-alias branch 3 times, most recently from ca261cc to c93d543 Compare April 26, 2020 14:22
@McSinyx McSinyx marked this pull request as ready for review April 27, 2020 04:14
@BrownTruck
Copy link
Contributor

Hello!

I am an automated bot and I have noticed that this pull request is not currently able to be merged. If you are able to either merge the master branch into this pull request or rebase this pull request against master then it will be eligible for code review and hopefully merging!

@BrownTruck BrownTruck added the needs rebase or merge PR has conflicts with current master label May 17, 2020
@pypa-bot pypa-bot removed the needs rebase or merge PR has conflicts with current master label May 18, 2020
@BrownTruck
Copy link
Contributor

Hello!

I am an automated bot and I have noticed that this pull request is not currently able to be merged. If you are able to either merge the master branch into this pull request or rebase this pull request against master then it will be eligible for code review and hopefully merging!

@BrownTruck BrownTruck added the needs rebase or merge PR has conflicts with current master label May 30, 2020
@pypa-bot pypa-bot removed the needs rebase or merge PR has conflicts with current master label May 31, 2020
@BrownTruck
Copy link
Contributor

Hello!

I am an automated bot and I have noticed that this pull request is not currently able to be merged. If you are able to either merge the master branch into this pull request or rebase this pull request against master then it will be eligible for code review and hopefully merging!

@BrownTruck BrownTruck added the needs rebase or merge PR has conflicts with current master label Sep 4, 2020
@pypa-bot pypa-bot removed the needs rebase or merge PR has conflicts with current master label Sep 5, 2020
@BrownTruck
Copy link
Contributor

Hello!

I am an automated bot and I have noticed that this pull request is not currently able to be merged. If you are able to either merge the master branch into this pull request or rebase this pull request against master then it will be eligible for code review and hopefully merging!

@BrownTruck BrownTruck added the needs rebase or merge PR has conflicts with current master label Feb 4, 2021
@pradyunsg
Copy link
Member

Closing since this is fairly out of date and bitrotten.

@pradyunsg pradyunsg closed this Apr 2, 2021
@github-actions github-actions bot locked as resolved and limited conversation to collaborators Sep 30, 2021
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
needs rebase or merge PR has conflicts with current master
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Add aliases for commonly used commands
4 participants