-
-
Notifications
You must be signed in to change notification settings - Fork 197
Deploy and Run commands has the same behavior and different code implementations #293
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
Comments
Found a difference in iOS: |
To make things easier, wouldn't it be a good idea to remove one of the choices; run or deploy. My vote is on removing the |
Hi @emiloberg , |
You're proposal works - if you can see a use case for just deploying an app without starting it. Personally I can't see why I want to do that, but there might be one. Doing it this way still separates the commands for emulating and deploying (and running) which is I see as the most important part. |
As you've said - trying to find a use case for just deploying is really difficult. The only case I could think about is when you want to deploy several applications on different devices and check them after that. |
It looks Deploy and Run both do the same:
Both commands have different implementations.
We should make them aliases and go with one single code implementation
Personally, I think deploy implementation is better (at least it handles invalid input better)
The text was updated successfully, but these errors were encountered: