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: docs/man_pages/index.md
+1-1
Original file line number
Diff line number
Diff line change
@@ -36,7 +36,7 @@ Command | Description
36
36
[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.
37
37
[build `<Platform>`](project/testing/build.html) | Builds the project for the selected target platform and produces an application package or an emulator package.
38
38
[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.
40
40
[debug `<Platform>`](project/testing/debug.html) | Debugs your project on a connected physical or virtual device.
41
41
[test init](project/testing/test-init.html) | Configures your project for unit testing with a selected framework.
42
42
[test `<Platform>`](project/testing/test.html) | Runs the unit tests in your project on a connected physical or virtual device.
0 commit comments