Class CliCommandUtil
public sealed class CliCommandUtil
- Inheritance
-
CliCommandUtil
- Inherited Members
Methods
IsVersionCommandExecutable(string, string)
Checks if the command, passed as parameter, is executable and the output version text contains expected text
public static bool IsVersionCommandExecutable(string command, string versionText)
Parameters
Returns
- bool
boolean result of checking: true - the required command is executable and the output version text is correct