We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 3f8994d commit 0ec6607Copy full SHA for 0ec6607
1 file changed
reference/ps-modules/PSScriptAnalyzer/Invoke-Formatter.md
@@ -9,11 +9,12 @@ schema: 2.0.0
9
# Invoke-Formatter
10
11
## SYNOPSIS
12
+
13
Formats a script text based on the input settings or default settings.
14
15
## SYNTAX
16
-```
17
+```powershell
18
Invoke-Formatter [-ScriptDefinition] <string> [[-Settings] <Object>] [[-Range] <int[]>]
19
[<CommonParameters>]
20
```
@@ -76,7 +77,7 @@ function foo
76
77
}
78
79
-### EXAMPLE 3 - Format the input script text using the settings defined a `.psd1` file
80
+### EXAMPLE 3 - Format the input script text using the settings defined in a `.psd1` file
81
82
```powershell
83
Invoke-Formatter -ScriptDefinition $scriptDefinition -Settings /path/to/settings.psd1
0 commit comments