-
Notifications
You must be signed in to change notification settings - Fork 122
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
--config-settings is not supported in build, but is the default for pip #608
Comments
Conceptually, it makes sense that it's in the singular, since you can only specify one setting per |
Originally, pip only supported |
FYI, Pip's latest version (23.1) supports |
I agree that it'd be better if pip were to use the singular in the help text. If the plural form should be considered legacy, I suppose I'd be a little more reluctant to adopt it - we'd basically be adopting pip's baggage. |
Thank you guys for your feedbacks! My voice should not matter but FWIW it also sounds more intuitive to me to be in the singular form because only a single flag can be passed at a time. The plural form is bound to induce users in error. |
PS: so I think pip should also change the default advised form (singular instead of plural). |
Just a minor standardization issue: in
pip
the flag show in--help
is--config-settings
plural, with--config-setting
singular being an alias, whereas inbuild
only the singular form is supported, and the plural form causes an error.I suggest that both tools should support both forms and should try to expose the same preferred form (either plural or singular).
The text was updated successfully, but these errors were encountered: