Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
andrewrdavidson authored Jan 14, 2021
1 parent 763184c commit cdf8e6e
Showing 1 changed file with 10 additions and 2 deletions.
12 changes: 10 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -83,14 +83,22 @@ Copy the files to **one** of the available module folders:

then run using the examples below as a guide:

#### Check the folder C:\Scripts and all subfolders beneath it:
#### Check the folder C:\Scripts:

`Invoke-PSQualityCheck -Path 'C:\Scripts'`

#### Check the folders C:\Scripts and C:\MoreScripts' and all subfolders beneath both folders:
#### Check the folder C:\Scripts and all subfolders beneath it:

`Invoke-PSQualityCheck -Path 'C:\Scripts' -Recurse`

#### Check the folders C:\Scripts and C:\MoreScripts':

`Invoke-PSQualityCheck -Path @('C:\Scripts', 'C:\MoreScripts')`

#### Check the folders C:\Scripts and C:\MoreScripts' and all subfolders beneath both folders:

`Invoke-PSQualityCheck -Path @('C:\Scripts', 'C:\MoreScripts') -Recurse`

#### Check the file C:\Scripts\Script.ps1:

`Invoke-PSQualityCheck -File 'C:\Scripts\Script.ps1'`
Expand Down

0 comments on commit cdf8e6e

Please sign in to comment.