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
Currently in 2.0 beta 5 theres are a few command flags that are still very awkward and each command has it's own special meanings. For example
$ conan upload -h
--force Force the upload of the artifacts even if the revision already exists in
the server
--check Perform an integrity check, using the manifests, before upload
-c, --confirm Upload all matching recipes without confirmation
$ conan remove -h
-f, --force Remove without requesting a confirmation
These two are the same, the upload cmd is missing the short hand -f and remove has a different meaning 🙈
$ conan new -h
-f, --force Overwrite file if exists
I think remove could have both for UX. It's a common convention with rm -f it could be an alias for convience?
This was our rationale.
But something that we are trying to do in 2.0 is remove ambiguity or redundancy. Having 2 different args to do exactly the same is not great, I'd prefer to chose one and use that one always. Lets get the team opinion too.
Currently in 2.0 beta 5 theres are a few command flags that are still very awkward and each command has it's own special meanings. For example
These two are the same, the upload cmd is missing the short hand
-f
and remove has a different meaning 🙈$ conan new -h -f, --force Overwrite file if exists
$ conan profile detect -h -f, --force Overwrite file if exists
The text was updated successfully, but these errors were encountered: