diff --git a/lib/cmd/help.ps1 b/lib/cmd/help.ps1 index a741b648..1316f116 100644 --- a/lib/cmd/help.ps1 +++ b/lib/cmd/help.ps1 @@ -27,7 +27,7 @@ function print_summaries { $commands.add("$command ", $summary) # add padding } - $commands | ft -hidetablehead -autosize -wrap + $commands.getenumerator() | sort name | ft -hidetablehead -autosize -wrap } $commands = commands