Merge branch 'main' into pipx-windows

This commit is contained in:
Maxim Lobanov
2020-11-05 10:50:57 +03:00
committed by GitHub
30 changed files with 908 additions and 67 deletions

View File

@@ -244,6 +244,7 @@ $markdown += New-MDNewLine
# Docker images section
$markdown += New-MDHeader "Cached Docker images" -Level 3
$markdown += New-MDList -Style Unordered -Lines @(Get-CachedDockerImages)
$markdown += Get-CachedDockerImagesTableData | New-MDTable
$markdown += New-MDNewLine
$markdown | Out-File -FilePath "C:\InstalledSoftware.md"
$markdown | Out-File -FilePath "C:\InstalledSoftware.md"