Tries to determine if the given command exists.
Notes: In Powershell, Get-Command is used.
On Linux, which is used.
On Windows, where is used.
The command/executable to check.
true if the command exists, false otherwise.
See Implementation
Tries to determine if the given command exists.
Notes: In Powershell, Get-Command is used.
On Linux, which is used.
On Windows, where is used.