1
1
Fork 0
mirror of https://github.com/pypa/pip synced 2023-12-13 21:30:23 +01:00

Add -C as a short version of --config-settings (#11786)

Signed-off-by: Filipe Laíns <lains@riseup.net>
This commit is contained in:
Filipe Laíns 2023-02-28 00:33:06 +00:00 committed by GitHub
parent 61e85bf279
commit 30fd549c77
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
2 changed files with 2 additions and 0 deletions

View file

@ -0,0 +1 @@
Add ``-C`` as a short version of the ``--config-settings`` option.

View file

@ -816,6 +816,7 @@ def _handle_config_settings(
config_settings: Callable[..., Option] = partial(
Option,
"-C",
"--config-settings",
dest="config_settings",
type=str,