diff --git a/README.md b/README.md index b72ea98df..fede19da6 100644 --- a/README.md +++ b/README.md @@ -49,9 +49,13 @@ Usage ====================== ``` PowerShell -Get-ScriptAnalyzerRule [-CustomizedRulePath ] [-Name ] [] [-Severity ] +Get-ScriptAnalyzerRule [-CustomRulePath ] [-RecurseCustomRulePath] [-Name ] [-Severity ] [] -Invoke-ScriptAnalyzer [-Path] [-CustomizedRulePath ] [-ExcludeRule ] [-IncludeRule ] [-Severity ] [-Recurse] [-EnableExit] [-Fix] [] +Invoke-ScriptAnalyzer [-Path] [-CustomRulePath ] [-RecurseCustomRulePath] [-ExcludeRule ] [-IncludeDefaultRules] [-IncludeRule ] [-Severity ] [-Recurse] [-SuppressedOnly] [-Fix] [-EnableExit] [-ReportSummary] [-Settings ] [-SaveDscDependency] [] + +Invoke-ScriptAnalyzer [-ScriptDefinition] [-CustomRulePath ] [-RecurseCustomRulePath] [-ExcludeRule ] [-IncludeDefaultRules] [-IncludeRule ] [-Severity ] [-Recurse] [-SuppressedOnly] [-EnableExit] [-ReportSummary] [-Settings ] [-SaveDscDependency] [] + +Invoke-Formatter [-ScriptDefinition] [[-Settings] ] [[-Range] ] [] ``` [Back to ToC](#table-of-contents)