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

[bug] Inconsistency in conan install require or requires #16286

Closed
rconde01 opened this issue May 16, 2024 · 1 comment · Fixed by #16308
Closed

[bug] Inconsistency in conan install require or requires #16286

rconde01 opened this issue May 16, 2024 · 1 comment · Fixed by #16308
Assignees
Milestone

Comments

@rconde01
Copy link

Describe the bug

The documentation for conan install documents a --requires option. https://docs.conan.io/2/reference/commands/install.html

However, conan graph build-order output "build_args", which is documented to be intended to be used with conan install, will have --require=xyz. They both seem to be accepted by conan install, but i'm not sure why they shouldn't be consistent.

How to reproduce it

No response

@memsharded memsharded self-assigned this May 17, 2024
@memsharded
Copy link
Member

Thanks for reporting this @rconde01

It is true that argparse extrapolates, and understand --require as --requires, but it would be better if they match, lets fix it.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging a pull request may close this issue.

3 participants