You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+2-2Lines changed: 2 additions & 2 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -246,9 +246,9 @@ Quick Start
246
246
247
247
## The Commands
248
248
249
-
Run `tns help` to list all available commands. Run or `tns <Command> --help` to view more information about a selected command.
249
+
Run `tns help` to view all available commands in the browser. Run `tns help <Command>` to view more information about a selected command in the browser.
250
250
251
-
*`help` lists all available commands.
251
+
*`help`opens a new browser window and lists all available commands.
252
252
*`create <App Name> [--path <Directory>] [--appid <App ID>] [--copy-from <Directory>]` creates a new project with the specified settings.
253
253
*`platform list` lists the current target platforms for your project.
254
254
*`platform add <Platform>` adds a new target platform to your project.
0 commit comments