Skip to content

Add the --available-devices option to the help #2850 #2854

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
merged 1 commit into from
May 31, 2017
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
1 change: 1 addition & 0 deletions docs/man_pages/device/device-android.md
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,7 @@ General | `$ tns device android [--timeout <Milliseconds>]`
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.<% } %>

### Options
* `--available-devices` - Lists all available emulators for Android.
* `--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.

### Related Commands
Expand Down
1 change: 1 addition & 0 deletions docs/man_pages/device/device-ios.md
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,7 @@ Lists all recognized connected iOS devices with serial number and index.

<% if((isConsole && (isWindows || isMacOS)) || isHtml) { %>
### Options
* `--available-devices` - Lists all available emulators for iOS.
* `--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.

### Command Limitations
Expand Down
4 changes: 4 additions & 0 deletions docs/man_pages/device/device.md
Original file line number Diff line number Diff line change
Expand Up @@ -20,6 +20,10 @@ Lists all recognized connected Android <% if(isWindows || isMacOS) { %>or iOS de

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

### Aliases

* You can use `$ tns devices` as an alias for `$ tns device`.

### Related Commands

Command | Description
Expand Down