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

@@ -269,4 +269,8 @@ function Get-RVersion {
function Get-SphinxVersion {
$sphinxVersion = searchd -h | Select-Object -First 1 | Take-OutputPart -Part 1 | Take-OutputPart -Part 0 -Delimiter "-"
return "Sphinx Open Source Search Server $sphinxVersion"
}
function Get-YamllintVersion {
return (yamllint --version | Out-String)
}