From 89a530b548d02ff267451b20c02060b6e6f1a567 Mon Sep 17 00:00:00 2001 From: Binyamin Aron Green Date: Sun, 13 Sep 2020 06:43:35 -0400 Subject: [PATCH] Add example to cli usage guide (#4926) --- docs/user-guide/usage/cli.md | 8 ++++++++ 1 file changed, 8 insertions(+) diff --git a/docs/user-guide/usage/cli.md b/docs/user-guide/usage/cli.md index 75bdcb45fb..b7c7e2a89d 100644 --- a/docs/user-guide/usage/cli.md +++ b/docs/user-guide/usage/cli.md @@ -114,6 +114,14 @@ Recursively linting all `.css` files in the `foo` directory using a custom synta stylelint "foo/**/*.css" --customSyntax path/to/my-custom-syntax.js ``` +### Example I - print on success + +Ensure output on successful runs: + +```shell +stylelint -f verbose "foo/**/*.css" +``` + ## Exit codes The CLI can exit the process with the following exit codes: