From c2c9de093531e0479dd7a943f89ad8bdc0e6e3bc Mon Sep 17 00:00:00 2001 From: Goce Cvetanov Date: Sun, 25 Feb 2018 21:41:39 +0100 Subject: [PATCH] Move docs for `--verbose` to CLI section --- lang/en/docs/cli/index.md | 4 ++++ lang/en/docs/cli/install.md | 6 ------ 2 files changed, 4 insertions(+), 6 deletions(-) diff --git a/lang/en/docs/cli/index.md b/lang/en/docs/cli/index.md index cab2051e8..4a7f3cf4c 100644 --- a/lang/en/docs/cli/index.md +++ b/lang/en/docs/cli/index.md @@ -50,3 +50,7 @@ can also specify an alternate port. --mutex network --mutex network:30330 ``` + +## Verbose output with `--verbose` + +Running `yarn --verbose` will print verbose info for the execution (creating directories, copying files, HTTP requests, etc.). diff --git a/lang/en/docs/cli/install.md b/lang/en/docs/cli/install.md index 47209869b..cb0c088df 100644 --- a/lang/en/docs/cli/install.md +++ b/lang/en/docs/cli/install.md @@ -101,9 +101,3 @@ Run yarn install in offline mode. ##### `yarn install --non-interactive` Disable interactive prompts, like when there's an invalid version of a dependency. - -##### `yarn install --verbose` - -Print verbose info for the installation (creating directories, copying files, HTTP requests, etc.) - -