GrumPHP\Console\Helper\PathsHelper::getBinCommand PHP Метод

getBinCommand() публичный Метод

Search a command in the bin folder Note: the command locator is not injected because it needs the relative bin path
public getBinCommand ( $command, $forceUnix = false ) : string
$command
$forceUnix
Результат string
    public function getBinCommand($command, $forceUnix = false)
    {
        return $this->externalCommandLocator->locate($command, $forceUnix);
    }