Skip to content

Commit 3b7011d

Browse files
FatmeFatme
Fatme
authored and
Fatme
committed
Merge pull request #745 from NativeScript/fatme/fix-help-for-1.2.2
Fix help for livesync command and debug command
2 parents 3b79c80 + 0af917b commit 3b7011d

File tree

2 files changed

+4
-2
lines changed

2 files changed

+4
-2
lines changed

docs/man_pages/project/testing/debug-android.md

+1
Original file line numberDiff line numberDiff line change
@@ -23,6 +23,7 @@ Debugs your project on a connected device, in a native emulator or in Genymotion
2323
* `--stop` - Detaches the debug tools.
2424
* `--get-port` - Retrieves the port on which you are debugging your application.
2525
* `--debug-port` - Sets a new port on which to attach the debug tools.
26+
* `--timeout` - Sets the number of seconds that NativeScript CLI will wait for the debugger to boot. If not set, the default timeout is 60 seconds.
2627

2728
### Attributes
2829
* `<Device ID>` is the index or name of the target device as listed by `$ tns device`

docs/man_pages/project/testing/livesync-ios.md

+3-2
Original file line numberDiff line numberDiff line change
@@ -3,13 +3,14 @@ livesync ios
33

44
Usage | Synopsis
55
------|-------
6-
General | `$ tns livesync ios [--device <Device ID>] [--watch]`
6+
General | `$ tns livesync ios [--device <Device ID>] [--watch] [--emulator]`
77

8-
Synchronizes the latest changes in your project to iOS devices.
8+
Synchronizes the latest changes in your project to iOS devices or iOS simulator.
99

1010
### Options
1111
* `--watch` - If set, when you save changes to the project, changes are automatically synchronized to the connected device.
1212
* `--device` - Specifies the serial number or the index of the connected device to which you want to synchronize changes. To list all connected devices, grouped by platform, run `$ tns device`
13+
* `--emulator` - If set, changes are synchronized to iOS simulator.
1314

1415
### Attributes
1516
* `<Device ID>` is the device index or identifier as listed by `$ tns device`

0 commit comments

Comments
 (0)