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/general/doctor.md
+4-4
Original file line number
Diff line number
Diff line change
@@ -1,19 +1,19 @@
1
1
<% if (isJekyll) { %>---
2
-
title: tns doctor
2
+
title: ns doctor
3
3
position: 5
4
4
---<% } %>
5
5
6
-
# tns doctor
6
+
# ns doctor
7
7
8
8
### Description
9
9
10
-
Checks your system for configuration problems which might prevent the NativeScript CLI from working properly.
10
+
Checks your system for configuration problems which might prevent the NativeScript CLI from working properly for the specified platform, if configured.
Copy file name to clipboardexpand all lines: docs/man_pages/start.md
+1-1
Original file line number
Diff line number
Diff line change
@@ -18,7 +18,7 @@ Command | Description
18
18
[autocomplete](general/autocomplete.html) | Configures your current command-line completion settings.
19
19
[usage-reporting](general/usage-reporting.html) | Configures anonymous usage reporting for the NativeScript CLI.
20
20
[error-reporting](general/error-reporting.html) | Configures anonymous error reporting for the NativeScript CLI.
21
-
[doctor](general/doctor.html) | Checks your system for configuration problems which might prevent the NativeScript CLI from working properly.
21
+
[doctor`<platform>`](general/doctor.html) | Checks your system for configuration problems which might prevent the NativeScript CLI from working properly for the specified platform, if configured.
22
22
[info](general/info.html) | Displays version information about the NativeScript CLI, core modules, and runtimes.
0 commit comments