Closed
Description
What is your suggestion?
conan remove
asks for every package if it really should be deleted. This is really bothersome when removing many packages (e.g. when removing all but the last revision with conan remove '*#!latest'
).
However, it would be nice to see what is deleted before actually executing conan remove -c
. It would be nice to have a --dry-run
option for that use cases.
Have you read the CONTRIBUTING guide?
- I've read the CONTRIBUTING guide