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 7ac848e commit 8ddfe92Copy full SHA for 8ddfe92
pwsh/functions.ps1
@@ -300,7 +300,8 @@ function nplg {
300
# Print list of local chocolatey installations
301
function cll {
302
# Print-Green-Underline "Local Chocolatey Installations:"
303
- Write-Output "`n Local Chocolatey Installations:`n"
+ # Write-Output "`n Local Chocolatey Installations:`n"
304
+ Write-BoldGreen "Local Chocolatey Installations"
305
choco list -l
306
}
307
0 commit comments