Skip to content

Commit fa1df9d

Browse files
committed
Add the available devices option to the help #2850
1 parent 0284ae9 commit fa1df9d

File tree

3 files changed

+6
-0
lines changed

3 files changed

+6
-0
lines changed

docs/man_pages/device/device-android.md

+1
Original file line numberDiff line numberDiff line change
@@ -8,6 +8,7 @@ General | `$ tns device android [--timeout <Milliseconds>]`
88
Lists all recognized connected Android physical and running virtual devices with serial number and index. <% if(isHtml) { %>If a connected Android device is not shown in the list, make sure that you have installed the required Android USB drivers on your system and that USB debugging is enabled on the device.<% } %>
99

1010
### Options
11+
* `--available-devices` - Lists all available emulators for Android.
1112
* `--timeout` - Sets the time in milliseconds for the operation to search for connected devices before completing. If not set, the default value is 4000. <% if(isHtml) { %>The operation will continue to wait and listen for newly connected devices and will list them after the specified time expires.
1213

1314
### Related Commands

docs/man_pages/device/device-ios.md

+1
Original file line numberDiff line numberDiff line change
@@ -11,6 +11,7 @@ Lists all recognized connected iOS devices with serial number and index.
1111

1212
<% if((isConsole && (isWindows || isMacOS)) || isHtml) { %>
1313
### Options
14+
* `--available-devices` - Lists all available emulators for iOS.
1415
* `--timeout` - Sets the time in milliseconds for the operation to search for connected devices before completing. If not set, the default value is 4000. <% } %><% if(isHtml) { %>The operation will continue to wait and listen for newly connected devices and will list them after the specified time expires.
1516

1617
### Command Limitations

docs/man_pages/device/device.md

+4
Original file line numberDiff line numberDiff line change
@@ -20,6 +20,10 @@ Lists all recognized connected Android <% if(isWindows || isMacOS) { %>or iOS de
2020

2121
* You can run `$ tns device ios` on Windows and OS X systems.
2222

23+
### Aliases
24+
25+
* You can use `$ tns devices` as an alias for `$ tns device`.
26+
2327
### Related Commands
2428

2529
Command | Description

0 commit comments

Comments
 (0)