From c76ac6f9d1b68b8f54fad142ae8d29121a9dc3ab Mon Sep 17 00:00:00 2001 From: janoshrubos Date: Tue, 19 Jan 2021 10:36:41 +0100 Subject: [PATCH 1/2] docs:show --path option on build help --- docs/man_pages/project/testing/build-android.md | 3 ++- docs/man_pages/project/testing/build-ios.md | 3 ++- 2 files changed, 4 insertions(+), 2 deletions(-) diff --git a/docs/man_pages/project/testing/build-android.md b/docs/man_pages/project/testing/build-android.md index 5b9660298f..9672ef6b25 100644 --- a/docs/man_pages/project/testing/build-android.md +++ b/docs/man_pages/project/testing/build-android.md @@ -35,6 +35,7 @@ General | `$ tns build android [--compileSdk ] [--key-store-path ` | Specifies the directory that contains the project. If not set, the project is searched for in the current directory and all directories above it. <% if(isHtml) { %> @@ -58,4 +59,4 @@ Command | Description [test init](test-init.html) | Configures your project for unit testing with a selected framework. [test android](test-android.html) | Runs the tests in your project on Android devices or native emulators. [test ios](test-ios.html) | Runs the tests in your project on iOS devices or the iOS Simulator. -<% } %> \ No newline at end of file +<% } %> diff --git a/docs/man_pages/project/testing/build-ios.md b/docs/man_pages/project/testing/build-ios.md index e199f1c030..daa71f7f9a 100644 --- a/docs/man_pages/project/testing/build-ios.md +++ b/docs/man_pages/project/testing/build-ios.md @@ -34,6 +34,7 @@ General | `$ tns build ios [--for-device] [--release] [--copy-to ] [- * `--env.sourceMap` - creates inline source maps. * `--env.hiddenSourceMap` - creates sources maps in the root folder (useful for Crashlytics usage with bundled app in release). * `--force` - If set, skips the application compatibility checks and forces `npm i` to ensure all dependencies are installed. Otherwise, the command will check the application compatibility with the current CLI version and could fail requiring `tns migrate`. +* `--path ` | Specifies the directory that contains the project. If not set, the project is searched for in the current directory and all directories above it. <% } %> @@ -61,4 +62,4 @@ Command | Description [test init](test-init.html) | Configures your project for unit testing with a selected framework. [test android](test-android.html) | Runs the tests in your project on Android devices or native emulators. [test ios](test-ios.html) | Runs the tests in your project on iOS devices or the iOS Simulator. -<% } %> \ No newline at end of file +<% } %> From 1a043ec55d260da757d2868161294798f349f049 Mon Sep 17 00:00:00 2001 From: Igor Randjelovic Date: Wed, 27 Jan 2021 17:14:46 +0100 Subject: [PATCH 2/2] chore: use dashes --- docs/man_pages/project/testing/build-android.md | 2 +- docs/man_pages/project/testing/build-ios.md | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/docs/man_pages/project/testing/build-android.md b/docs/man_pages/project/testing/build-android.md index 9672ef6b25..bcad35b1e1 100644 --- a/docs/man_pages/project/testing/build-android.md +++ b/docs/man_pages/project/testing/build-android.md @@ -35,7 +35,7 @@ General | `$ tns build android [--compileSdk ] [--key-store-path ` | Specifies the directory that contains the project. If not set, the project is searched for in the current directory and all directories above it. +* `--path ` - Specifies the directory that contains the project. If not set, the project is searched for in the current directory and all directories above it. <% if(isHtml) { %> diff --git a/docs/man_pages/project/testing/build-ios.md b/docs/man_pages/project/testing/build-ios.md index daa71f7f9a..3f6cc8c6f1 100644 --- a/docs/man_pages/project/testing/build-ios.md +++ b/docs/man_pages/project/testing/build-ios.md @@ -34,7 +34,7 @@ General | `$ tns build ios [--for-device] [--release] [--copy-to ] [- * `--env.sourceMap` - creates inline source maps. * `--env.hiddenSourceMap` - creates sources maps in the root folder (useful for Crashlytics usage with bundled app in release). * `--force` - If set, skips the application compatibility checks and forces `npm i` to ensure all dependencies are installed. Otherwise, the command will check the application compatibility with the current CLI version and could fail requiring `tns migrate`. -* `--path ` | Specifies the directory that contains the project. If not set, the project is searched for in the current directory and all directories above it. +* `--path ` - Specifies the directory that contains the project. If not set, the project is searched for in the current directory and all directories above it. <% } %>