From b80a8740a67952cfba01b791078930d0dcb52c72 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Micha=C5=82=20Go=C5=82e=CC=A8biowski-Owczarek?= Date: Thu, 16 Nov 2023 00:30:32 +0100 Subject: [PATCH] README: Add info about CLI using kebab-case versions of parameters Ref #59 --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 9096315..f1b26e3 100644 --- a/README.md +++ b/README.md @@ -31,7 +31,7 @@ Once the package has been installed, it may be used via: $ check-dependencies ``` -All options from the [API](#api) except `log` and `error` can be passed to the CLI, example: +All options from the [API](#api) except `log` and `error` can be passed to the CLI in their `kebab-case` versions, not `camelCase` ones. Example: ```bash $ check-dependencies --verbose --package-manager pnpm --scope-list dependencies