Skip to content

Commit 31d6ccd

Browse files
authored
Merge pull request #3371 from NativeScript/etabakov/docs-run
docs: run can be ran with no args
2 parents ceb79e3 + 7c5142d commit 31d6ccd

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/man_pages/index.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -36,7 +36,7 @@ Command | Description
3636
[prepare `<Platform>`](project/configuration/prepare.html) | Copies relevant content from the app directory to the subdirectory for the selected target platform to let you build the project.
3737
[build `<Platform>`](project/testing/build.html) | Builds the project for the selected target platform and produces an application package or an emulator package.
3838
[deploy `<Platform>`](project/testing/deploy.html) | Deploys the project to a connected physical or virtual device.
39-
[run `<Platform>`](project/testing/run.html) | Runs your project on a connected device or in the native emulator, if configured.
39+
[run](project/testing/run.html) | Runs your project on a connected device or in the native emulator, if configured.
4040
[debug `<Platform>`](project/testing/debug.html) | Debugs your project on a connected physical or virtual device.
4141
[test init](project/testing/test-init.html) | Configures your project for unit testing with a selected framework.
4242
[test `<Platform>`](project/testing/test.html) | Runs the unit tests in your project on a connected physical or virtual device.

0 commit comments

Comments
 (0)