android-cli 0.2.0

Create, build, and release Android apps faster without Android Studio.
Documentation
# List Devices

```ignore
USAGE:
    android devices

OPTIONS:
    -h, --help    Print help information
```

## What it does

Executes `adb devices` and returns the output.

## Example

```sh
$ android devices
```