android-cli 0.2.0

Create, build, and release Android apps faster without Android Studio.
Documentation
# android shell

```ignore
USAGE:
    android shell

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

## What it does

It simply asks `adb` to attach a shell to your connected android device / emulator by executing `adb shell`.

## Example

```sh
$ android shell
```