Google\Cloud\Dev\DocGenerator\Command\Docs::configure PHP Méthode

configure() protected méthode

protected configure ( )
    protected function configure()
    {
        $this->setName('docs')->setDescription('Generate Documentation')->addArgument('source', InputArgument::OPTIONAL, 'The source directory to traverse and parse')->addArgument('output', InputArgument::OPTIONAL, 'The directory to output files into');
    }