-
Notifications
You must be signed in to change notification settings - Fork 991
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
proposal for cli-commands api #15630
Conversation
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
I think it looks really simple 👏
I already have a few custom commands in mind if this is possible!! :D |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
LGTM!
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Can't check right now because the question came to my mind just after I closed the laptop for the day, but I assume this works just fine for custom commands, right?
Otherwise looks good and feels nice to use! 👍
@RubenRBS you mean that one custom command can also call other custom command? Yes, it should, I can add a test to cover this. |
Changelog: Feature: New
CommandAPI
subapi in theConanAPI
that allows calling other commands.Docs: conan-io/docs#3635