Skip to content

Commit f0d02cb

Browse files
Improve help service
The following improvements are included: * Update marked-terminal to latest version, which supports nested lists. In common lib: * Make the logo of the CLI in HTML Help a link to index.html page. * In console help replace ` ` with space. * In console help replace all links with their text. * In console help remove the inner borders of cli-tables.
1 parent f5d22fd commit f0d02cb

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

docs/man_pages/device/device-ios.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ Lists all recognized connected iOS devices with serial number and index.
99

1010
<% if(isConsole && (isLinux)) { %>WARNING: You can run this command only on Windows and OS X systems. To view the complete help for this command, run `$ tns help device ios`<% } %>
1111

12-
<% if((isConsole && (isMacOS||isWindows) || isHtml) { %>
12+
<% if((isConsole && (isWindows || isMacOS)) || isHtml) { %>
1313
### Options
1414
* `--timeout` - Sets the time in milliseconds for the operation to search for connected devices before completing. If not set, the default value is 4000. <% } %><% if(isHtml) { %>The operation will continue to wait and listen for newly connected devices and will list them after the specified time expires.
1515

package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -41,7 +41,7 @@
4141
"lodash": "3.6.0",
4242
"log4js": "0.6.22",
4343
"marked": "0.3.3",
44-
"marked-terminal": "1.3.0",
44+
"marked-terminal": "1.4.0",
4545
"mkdirp": "0.3.5",
4646
"mute-stream": "0.0.4",
4747
"node-inspector": "0.7.4",

0 commit comments

Comments
 (0)