mirror of
https://github.com/fleschutz/PowerShell.git
synced 2025-04-06 07:18:47 +02:00
Improve list-cli-tools.ps1
This commit is contained in:
parent
36b626fce7
commit
1da9bf6cb3
@ -36,7 +36,7 @@ function CheckFor { param([string]$Cmd, [string]$VersionArg)
|
|||||||
}
|
}
|
||||||
|
|
||||||
function ListTools {
|
function ListTools {
|
||||||
CheckFor 7z "--version"
|
CheckFor 7z "-version"
|
||||||
CheckFor ant "--version"
|
CheckFor ant "--version"
|
||||||
CheckFor apt "--version"
|
CheckFor apt "--version"
|
||||||
CheckFor apt-get "--version"
|
CheckFor apt-get "--version"
|
||||||
@ -52,6 +52,9 @@ function ListTools {
|
|||||||
CheckFor cc "--version"
|
CheckFor cc "--version"
|
||||||
CheckFor cksum "--version"
|
CheckFor cksum "--version"
|
||||||
CheckFor clang "--version"
|
CheckFor clang "--version"
|
||||||
|
CheckFor cmake "--version"
|
||||||
|
CheckFor cpack "--version"
|
||||||
|
CheckFor ctest "--version"
|
||||||
CheckFor curl "--version"
|
CheckFor curl "--version"
|
||||||
CheckFor cut "--version"
|
CheckFor cut "--version"
|
||||||
CheckFor diff "--version"
|
CheckFor diff "--version"
|
||||||
@ -75,7 +78,7 @@ function ListTools {
|
|||||||
# CheckFor nslookup "--version"
|
# CheckFor nslookup "--version"
|
||||||
CheckFor openssl "--version"
|
CheckFor openssl "--version"
|
||||||
CheckFor perl "--version"
|
CheckFor perl "--version"
|
||||||
CheckFor ping "--version"
|
CheckFor ping "-V"
|
||||||
CheckFor ping6 "--version"
|
CheckFor ping6 "--version"
|
||||||
CheckFor printf "--version"
|
CheckFor printf "--version"
|
||||||
CheckFor python "--version"
|
CheckFor python "--version"
|
||||||
@ -123,11 +126,11 @@ function ListTools {
|
|||||||
CheckFor yes "--version"
|
CheckFor yes "--version"
|
||||||
CheckFor zip "--version"
|
CheckFor zip "--version"
|
||||||
CheckFor zipcloak "--version"
|
CheckFor zipcloak "--version"
|
||||||
CheckFor zipdetails "--version"
|
CheckFor zipdetails "-v"
|
||||||
CheckFor zipgrep "--version"
|
CheckFor zipgrep "--version"
|
||||||
CheckFor zipinfo "--version"
|
CheckFor zipinfo "-v"
|
||||||
CheckFor zipnote "--version"
|
CheckFor zipnote "-v"
|
||||||
CheckFor zipsplit "--version"
|
CheckFor zipsplit "-v"
|
||||||
CheckFor zsh "--version"
|
CheckFor zsh "--version"
|
||||||
}
|
}
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user