Acacha\Llum\Console\GithubRepoCommand::repoDescription PHP Method

repoDescription() protected method

Obtain repo description.
protected repoDescription ( Symfony\Component\Console\Input\InputInterface $input ) : mixed | string
$input Symfony\Component\Console\Input\InputInterface
return mixed | string
    protected function repoDescription(InputInterface $input)
    {
        $description = $input->getArgument('description');
        return isset($description) ? $description : "";
    }