From 0f8baff5566d38a1f99e976d696eb84094637d39 Mon Sep 17 00:00:00 2001 From: sumanthkb44 <84563853+sumanthkb44@users.noreply.github.com> Date: Wed, 17 Apr 2024 15:19:56 +0530 Subject: [PATCH] Update CA_UsageDocument.md --- doc/UsageDoc/CA_UsageDocument.md | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/doc/UsageDoc/CA_UsageDocument.md b/doc/UsageDoc/CA_UsageDocument.md index c97f1240..1202a2f5 100644 --- a/doc/UsageDoc/CA_UsageDocument.md +++ b/doc/UsageDoc/CA_UsageDocument.md @@ -393,7 +393,8 @@ You can also pass the above mentioned arguments in the command line. Incase if you want to exclude a single component of the format _"@group/componentname"_ `eg : @angular/common` specify it as _"@group/componentname:version"_ i.e `@angular/common:4.2.6` - If multiple versions has to be excluded of the same component specify it as _"@group/componentname:*"_ i.e `@angular/common:*` + If multiple versions has to be excluded of the same component, specify it as _"@group/componentname:*"_ i.e `@angular/common:*` + If multiple Component has to be excluded along with version, specify it as _"@group/componentname*:*"_ i.e `@angular/comm*:*` In order to **Exclude specific folders** from the execution, It can be specified under the **Exclude section** of that specific **package type**.