Skip to content

Commit 1b65034

Browse files
Fix help of run command
Run command's help is not shown correctly in the terminal as there's a new line after applying context sensitivity.
1 parent 0f99d43 commit 1b65034

File tree

1 file changed

+1
-2
lines changed
  • docs/man_pages/project/testing

1 file changed

+1
-2
lines changed

docs/man_pages/project/testing/run.md

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,8 +3,7 @@ run
33

44
Usage | Synopsis
55
---|---
6-
<% if((isConsole && isMacOS) || isHtml) { %>General | `$ tns run <Platform>`<% } %>
7-
<% if(isConsole && (isLinux || isWindows)) { %>General | `$ tns run android`<% } %>
6+
<% if((isConsole && isMacOS) || isHtml) { %>General | `$ tns run <Platform>`<% } %><% if(isConsole && (isLinux || isWindows)) { %>General | `$ tns run android`<% } %>
87

98
Runs your project on a connected device or in the native emulator for the selected platform.<% if(isMacOS) { %>You must specify the target platform on which you want to run your project.<% } %><% if(isConsole && (isLinux || isWindows)) { %>You must run `$ tns run android`<% } %>
109

0 commit comments

Comments
 (0)