You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
It was probably trying to distinguish the usage from the common string path_or_reference which is featured in many commands. But yes, explicitly adding that it accepts a pattern seems reasonable.
According to the documentation
conan remove --outdated
works only with references, which implies that it does not work with patternshttps://docs.conan.io/en/latest/reference/commands/misc/remove.html
Coming from bincrafters/community#1320, it seems to work perfectly fine with a pattern.
See e.g. https://github.com/bincrafters/bincrafters-conventions/blob/0ec9c9f5052a00bbcdb962d8dae0117b131ac323/.github/workflows/remove-obsolete-packages.yml#L29
The text was updated successfully, but these errors were encountered: