pypa / get-pip

Helper scripts to install pip, in a Python installation that doesn't have it.
https://bootstrap.pypa.io/pip/
MIT License
740 stars 293 forks source link

"get-pip.py --help" should state that it also accepts pip's arguments #148

Closed ian-kelling closed 1 year ago

ian-kelling commented 2 years ago

It is currently misleading, suggesting that there are only 3 possible arguments. It's output is:

usage: tmp.KSkiMEIr0k [-h] [--no-setuptools] [--no-wheel]

optional arguments:
  -h, --help       show this help message and exit
  --no-setuptools
  --no-wheel
ian-kelling commented 2 years ago

Note, in my original comment "tmp.KSkiMEIr0k" is just a temporary name for the file I used.

pradyunsg commented 2 years ago

A PR for this would be welcome. :)

pradyunsg commented 1 year ago

Closing this since there doesn't seem to be much interest in actually doing this, expressed by anyone.