We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 8ddfe92 commit 1a363f5Copy full SHA for 1a363f5
pwsh/functions.ps1
@@ -308,7 +308,8 @@ function cll {
308
# Print list of outdated chocolatey installations
309
function clo {
310
# Print-Green-Underline "Outdated Chocolatey Installations:"
311
- Write-Output "`n Outdated Chocolatey Installations:`n"
+ # Write-Output "`n Outdated Chocolatey Installations:`n"
312
+ Write-BoldGreen "Outdated Chocolatey Installations"
313
choco upgrade all --noop
314
}
315
0 commit comments