-
-
Notifications
You must be signed in to change notification settings - Fork 197
Fix help for livesync command and debug command #745
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
Changes from all commits
File filter
Filter by extension
Conversations
Jump to
Diff view
Diff view
There are no files selected for viewing
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -3,13 +3,14 @@ livesync ios | |
|
||
Usage | Synopsis | ||
------|------- | ||
General | `$ tns livesync ios [--device <Device ID>] [--watch]` | ||
General | `$ tns livesync ios [--device <Device ID>] [--watch] [--emulator]` | ||
There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more. Can you have --device and --emulator simultaneously? If not, split this into a few rows:
Also, add line notes to --device and --emulator that they cannot be used simultaneously. => You cannot set Also, add a Command Limitations section at the bottom, stating this limitation.
|
||
|
||
Synchronizes the latest changes in your project to iOS devices. | ||
Synchronizes the latest changes in your project to iOS devices or iOS simulator. | ||
There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more. or the iOS Simulator. There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more. Run a check for this description (it should be appearing in the index.md and the Related Commands across the testing section). Update it in all instances to match the description here. |
||
|
||
### Options | ||
* `--watch` - If set, when you save changes to the project, changes are automatically synchronized to the connected device. | ||
* `--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` | ||
* `--emulator` - If set, changes are synchronized to iOS simulator. | ||
There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more. If set, synchronizes changes to the iOS Simulator. There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more. Should the simulator be running? If yes, state this here and in the description of the command. |
||
|
||
### Attributes | ||
* `<Device ID>` is the device index or identifier as listed by `$ tns device` | ||
|
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
the NativeScript CLI
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Add this option to the synopsis above