'Linux'=>LinuxSystemUtil::findCommand($command)??thrownewWrongUsageException("{$command} not found, please install it or set {$env} to a valid path."),
'Darwin'=>MacOSSystemUtil::findCommand($command)??thrownewWrongUsageException("{$command} not found, please install it or set {$env} to a valid path."),
'BSD'=>FreeBSDSystemUtil::findCommand($command)??thrownewWrongUsageException("{$command} not found, please install it or set {$env} to a valid path."),
default=>thrownew\RuntimeException(__CLASS__.' is not supported on '.PHP_OS_FAMILY.'.'),