From b9794a7bb1221c8e421c7c2d5bf8e75a291ea495 Mon Sep 17 00:00:00 2001 From: Sreyantha Chary Date: Mon, 11 May 2020 19:23:07 +0530 Subject: [PATCH] Add disable usage reporting CLI flag details. Add $ for CLI commands to be consistent. --- README.md | 22 ++++++++++++++++++---- 1 file changed, 18 insertions(+), 4 deletions(-) diff --git a/README.md b/README.md index fe005d1e..731d502c 100644 --- a/README.md +++ b/README.md @@ -17,6 +17,7 @@ allows you to run your Cypress tests on BrowserStack. - [Run the Tests](#run-the-tests) - [Get the Build Information](#get-the-build-information) - [Stop a Running Build](#stop-a-running-build) + - [Disable CLI Usage Reporting](#disable-cli-usage-reporting) - [Limitations](#limitations) - [License](#license) @@ -277,7 +278,7 @@ In case you want to get information on the build you can use the following command ```bash -browserstack-cypress build-info +$ browserstack-cypress build-info ``` By default, the CLI uses the `browserstack.json` in the directory where the @@ -295,7 +296,7 @@ $ browserstack-cypress --config-file build-info +$ browserstack-cypress build-stop ``` By default, the CLI uses the `browserstack.json` in the directory where the @@ -386,7 +387,7 @@ $ browserstack-cypress --config-file build-stop +``` + ## Limitations - `exec` and `task` are not allowed.