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
4
4
---
5
5
6
6
# Invoke-Formatter
7
-
8
7
## SYNOPSIS
9
8
Formats a script text based on the input settings or default settings.
10
9
@@ -61,7 +60,7 @@ This command formats the input script text using the settings defined in the `$s
61
60
62
61
### -------------------------- EXAMPLE 3 --------------------------
63
62
```
64
- S> Invoke-Formatter -ScriptDefinition $scriptDefinition -Settings /path/to/settings.psd1
63
+ Invoke-Formatter -ScriptDefinition $scriptDefinition -Settings /path/to/settings.psd1
65
64
```
66
65
67
66
This 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.
75
74
76
75
``` yaml
77
76
Type : String
78
- Parameter Sets :
77
+ Parameter Sets : (All)
79
78
Aliases :
80
79
81
80
Required : True
@@ -90,11 +89,11 @@ A settings hashtable or a path to a PowerShell data file (.psd1) file that conta
90
89
91
90
` ` ` yaml
92
91
Type : Object
93
- Parameter Sets :
92
+ Parameter Sets : (All)
94
93
95
94
Required : False
96
95
Position : 2
97
- Default value :
96
+ Default value : CodeFormatting
98
97
Accept pipeline input : False
99
98
Accept wildcard characters : False
100
99
` ` `
You can’t perform that action at this time.
0 commit comments