Skip to content

Commit 39e0ebc

Browse files
authored
Link usage docs for subcommands in README.
1 parent 997ec25 commit 39e0ebc

File tree

1 file changed

+8
-0
lines changed

1 file changed

+8
-0
lines changed

README.md

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -67,6 +67,8 @@ npx @nightwatch/mobile-helper android connect [flags]
6767
| --wireless | Connect a real device wirelessly |
6868
| --emulator | Launch an AVD inside Android Emulator.|
6969

70+
For more details on the usage of the `connect` subcommand, please refer to [this doc](docs/subcommands/connect.md).
71+
7072
#### 2. list
7173

7274
This subcommand allows you to list all connected devices and installed AVDs.
@@ -80,6 +82,8 @@ npx @nightwatch/mobile-helper android list [flags]
8082
| --device | Show a list of all the connected real devices and AVDs |
8183
| --avd | Show a list of all the currently installed AVDs |
8284

85+
For more details on the usage of the `list` subcommand, please refer to [this doc](docs/subcommands/list.md).
86+
8387
#### 3. install
8488

8589
This subcommand allows you to install a new system-image, create a new AVD or install an app to a target AVD/device.
@@ -94,6 +98,8 @@ npx @nightwatch/mobile-helper android install [flags]
9498
| --avd | Create a new AVD |
9599
| --system-image | Install a new system-image |
96100

101+
For more details on the usage of the `install` subcommand, please refer to [this doc](docs/subcommands/install.md).
102+
97103
#### 4. uninstall
98104

99105
This subcommand allows you to uninstall a system-image, delete an AVD, or uninstall an app from a target device.
@@ -108,6 +114,8 @@ npx @nightwatch/mobile-helper android uninstall [flags]
108114
| --avd | Delete an AVD |
109115
| --system-image | Uninstall a system-image |
110116

117+
For more details on the usage of the `uninstall` subcommand, please refer to [this doc](docs/subcommands/uninstall.md).
118+
111119
### Run Android SDK tool commands
112120

113121
Run commands with major Android SDK tools/binaries directly from a single CLI without the need to locate and then run the binaries manually.

0 commit comments

Comments
 (0)