Skip to content

Commit d6d9a05

Browse files
Merge pull request #4875 from NativeScript/vladimirov/fix-platform-template-help
docs: remove --platform-template from CLI's help
2 parents a32e8f1 + c5dec21 commit d6d9a05

File tree

1 file changed

+3
-4
lines changed

1 file changed

+3
-4
lines changed

docs/man_pages/project/configuration/platform-add.md

+3-4
Original file line numberDiff line numberDiff line change
@@ -13,15 +13,14 @@ Configures the current project to target the selected platform. <% if(isHtml) {
1313

1414
Usage | Synopsis
1515
------|-------
16-
Android latest runtime | `$ tns platform add android [--framework-path <File Path>] [--platform-template <Platform Template>]`
17-
Android selected runtime | `$ tns platform add android[@<Version>] [--framework-path <File Path>] [--platform-template <Platform Template>]`
16+
Android latest runtime | `$ tns platform add android [--framework-path <File Path>]`
17+
Android selected runtime | `$ tns platform add android[@<Version>] [--framework-path <File Path>] `
1818
<% if (isMacOS) { %>iOS latest runtime | `$ tns platform add ios [--framework-path <File Path>]`
19-
iOS selected runtime | `$ tns platform add ios[@<Version>] [--framework-path <File Path>] [--platform-template <Platform Template>]`<% } %>
19+
iOS selected runtime | `$ tns platform add ios[@<Version>] [--framework-path <File Path>] `<% } %>
2020

2121
### Options
2222

2323
* `--framework-path` - Sets the path to a NativeScript runtime for the specified platform that you want to use instead of the default runtime. `<File Path>` must point to a valid npm package.
24-
* `--platform-template` - Sets the platform template that will be used for the native application. `<Platform Template>` is a valid npm package, path to directory, .tgz or GitHub URL that contains a native Android or iOS template.
2524

2625
### Arguments
2726

0 commit comments

Comments
 (0)