Studio\Console\ScrapCommand::configure PHP Method

configure() protected method

protected configure ( )
    protected function configure()
    {
        $this->setName('scrap')->setDescription('Delete a previously created package skeleton')->addArgument('path', InputArgument::REQUIRED, 'The path where the package resides');
    }