Skip to content

Commit

Permalink
Merge pull request #554 from tlaukkanen/545-update-path-parameter-doc…
Browse files Browse the repository at this point in the history
…umentation

#545 Refine documentation for Invoke-Maester to clarify Path parameter usage
  • Loading branch information
merill authored Dec 8, 2024
2 parents 8d9b473 + 8515196 commit 338df9a
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion powershell/public/Invoke-Maester.ps1
Original file line number Diff line number Diff line change
Expand Up @@ -79,7 +79,7 @@ function Invoke-Maester {
[Alias("Invoke-MtMaester")]
[CmdletBinding()]
param (
# Specifies one or more paths to files containing tests. The value is a path\file name or name pattern. Wildcards are permitted.
# Specifies path to files containing tests. The value is a path\file name or name pattern. Wildcards are permitted.
[Parameter(Position = 0)]
[string] $Path,

Expand Down
2 changes: 1 addition & 1 deletion website/docs/commands/Invoke-Maester.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -144,7 +144,7 @@ This combines two arrays of exclusion tags and runs the tests, excluding any tes

### -Path

Specifies one or more paths to files containing tests.
Specifies path to files containing tests.
The value is a path\file name or name pattern.
Wildcards are permitted.

Expand Down

0 comments on commit 338df9a

Please sign in to comment.