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
Make conan list output all packages without requiring the "*"
Intuitively, I want to be able to list my conan packages using conan list
C:\Users\pierr\git
λ conan list
ERROR: Missing pattern or graph json file
I then have to go through the docs to find an example that tells me that I'm missing "*".
Why require the "*" argument? It's a small thing, but it's frustrating to the user, especially since Conan is close to Python, and we'd expect conan list to work like pip list does.
Suggestion, make conan list behave like conan list *
Have you read the CONTRIBUTING guide?
I've read the CONTRIBUTING guide
The text was updated successfully, but these errors were encountered:
I am proposing the change in #17300, but can't guarantee 100% it will move forward, I will check with the team, there might be other UX reasons why this wasn't already the default, there were even tests that were checking this behavior.
Make
conan list
output all packages without requiring the "*"Intuitively, I want to be able to list my conan packages using
conan list
I then have to go through the docs to find an example that tells me that I'm missing "*".
Why require the "*" argument? It's a small thing, but it's frustrating to the user, especially since Conan is close to Python, and we'd expect
conan list
to work likepip list
does.Suggestion, make
conan list
behave likeconan list *
Have you read the CONTRIBUTING guide?
The text was updated successfully, but these errors were encountered: