Pagekit\Console\Commands\UninstallCommand::configure PHP Method

configure() protected method

protected configure ( )
    protected function configure()
    {
        $this->addArgument('packages', InputArgument::IS_ARRAY | InputArgument::REQUIRED, '[Package name]');
    }
UninstallCommand