File tree Expand file tree Collapse file tree 1 file changed +4
-5
lines changed Expand file tree Collapse file tree 1 file changed +4
-5
lines changed Original file line number Diff line number Diff line change @@ -4,7 +4,6 @@ schema: 2.0.0
44---
55
66# Invoke-Formatter
7-
87## SYNOPSIS
98Formats a script text based on the input settings or default settings.
109
@@ -61,7 +60,7 @@ This command formats the input script text using the settings defined in the `$s
6160
6261### -------------------------- EXAMPLE 3 --------------------------
6362```
64- S> Invoke-Formatter -ScriptDefinition $scriptDefinition -Settings /path/to/settings.psd1
63+ Invoke-Formatter -ScriptDefinition $scriptDefinition -Settings /path/to/settings.psd1
6564```
6665
6766This command formats the input script text using the settings defined in the ` settings.psd1 ` file.
@@ -75,7 +74,7 @@ The script text to be formated.
7574
7675``` yaml
7776Type : String
78- Parameter Sets :
77+ Parameter Sets : (All)
7978Aliases :
8079
8180Required : True
@@ -90,11 +89,11 @@ A settings hashtable or a path to a PowerShell data file (.psd1) file that conta
9089
9190` ` ` yaml
9291Type : Object
93- Parameter Sets :
92+ Parameter Sets : (All)
9493
9594Required : False
9695Position : 2
97- Default value :
96+ Default value : CodeFormatting
9897Accept pipeline input : False
9998Accept wildcard characters : False
10099` ` `
You can’t perform that action at this time.
0 commit comments