Add pipx and yamllint to report

This commit is contained in:
Vladimir Safonkin
2020-10-02 11:23:02 +03:00
parent a1f44e0d46
commit 6d325ba398
5 changed files with 14 additions and 22 deletions

View File

@@ -243,4 +243,8 @@ function Get-AptPackages {
$apt = $toolsetJson.apt
$pkgs = ($apt.common_packages + $apt.cmd_packages | Sort-Object) -join ", "
return $pkgs
}
function Get-PipxVersion {
return "Pipx $(pipx --version 2> $null)"
}