Skip to content

Commit c970e73

Browse files
committed
Fix README
1 parent 02e9c4b commit c970e73

File tree

1 file changed

+5
-15
lines changed

1 file changed

+5
-15
lines changed

README.md

+5-15
Original file line numberDiff line numberDiff line change
@@ -56,23 +56,13 @@ Get-ScriptAnalyzerRule [-CustomRulePath <String[]>] [-RecurseCustomRulePath] [-N
5656
5757
Invoke-ScriptAnalyzer [-Path] <String> [-CustomRulePath <String[]>] [-RecurseCustomRulePath]
5858
[-IncludeDefaultRules] [-ExcludeRule <String[]>] [-IncludeRule <String[]>] [-Severity <String[]>] [-Recurse]
59-
[-SuppressedOnly] [-Fix] [-EnableExit] [-Settings <Object>] [-SaveDscDependency] [-ReportSummary] [-WhatIf]
60-
[-Confirm] [<CommonParameters>]
61-
62-
Invoke-ScriptAnalyzer [-Path] <String> [-CustomRulePath <String[]>] [-RecurseCustomRulePath]
63-
[-IncludeDefaultRules] [-ExcludeRule <String[]>] [-IncludeRule <String[]>] [-Severity <String[]>] [-Recurse]
64-
[-IncludeSuppressed] [-Fix] [-EnableExit] [-Settings <Object>] [-SaveDscDependency] [-ReportSummary] [-WhatIf]
65-
[-Confirm] [<CommonParameters>]
59+
[-SuppressedOnly] [-IncludeSuppressed] [-Fix] [-EnableExit] [-Settings <Object>] [-SaveDscDependency]
60+
[-ReportSummary] [-WhatIf] [-Confirm] [<CommonParameters>]
6661
6762
Invoke-ScriptAnalyzer [-ScriptDefinition] <String> [-CustomRulePath <String[]>] [-RecurseCustomRulePath]
68-
[-IncludeDefaultRules] [-ExcludeRule <String[]>] [-IncludeRule <String[]>] [-Severity <String[]>]
69-
[-IncludeSuppressed] [-EnableExit] [-Settings <Object>] [-SaveDscDependency] [-ReportSummary] [-WhatIf]
70-
[-Confirm] [<CommonParameters>]
71-
72-
Invoke-ScriptAnalyzer [-ScriptDefinition] <String> [-CustomRulePath <String[]>] [-RecurseCustomRulePath]
73-
[-IncludeDefaultRules] [-ExcludeRule <String[]>] [-IncludeRule <String[]>] [-Severity <String[]>]
74-
[-SuppressedOnly] [-EnableExit] [-Settings <Object>] [-SaveDscDependency] [-ReportSummary] [-WhatIf]
75-
[-Confirm] [<CommonParameters>]
63+
[-IncludeDefaultRules] [-ExcludeRule <String[]>] [-IncludeRule <String[]>] [-Severity <String[]>] [-Recurse]
64+
[-SuppressedOnly] [-IncludeSuppressed] [-EnableExit] [-Settings <Object>] [-SaveDscDependency]
65+
[-ReportSummary] [-WhatIf] [-Confirm] [<CommonParameters>]
7666
7767
Invoke-Formatter [-ScriptDefinition] <String> [[-Settings] <Object>] [[-Range] <Int32[]>] [<CommonParameters>]
7868
```

0 commit comments

Comments
 (0)