vlang / vab

V Android Bootstrapper
MIT License
319 stars 29 forks source link

Add --list-devices CLI flag #269

Closed elimisteve closed 1 year ago

elimisteve commented 1 year ago

This PR allows us to run vab --list-devices to list the devices we can deploy our Android app to.

This is useful whenever --device auto is too crude, such as when we have multiple physical or emulated devices connected.

larpon commented 1 year ago

@elimisteve , sorry for letting this hang so long - I get a lot of GitHub notifications so it's easy to miss stuff. I'm trying to find a way to trigger the CI again so I can see what is up with the failing emulator run (it's very flaky so it could just be a hick-up)

larpon commented 1 year ago

Thanks!

elimisteve commented 1 year ago

You bet!