From b751384cecd41f17978d42884df111529cd36977 Mon Sep 17 00:00:00 2001 From: Christoph Bergmeister Date: Sun, 11 Mar 2018 20:16:23 +0000 Subject: [PATCH] update syntax to be the correct one from get-help --- README.md | 8 ++++++-- 1 file changed, 6 insertions(+), 2 deletions(-) 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)