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

configure() protected method

protected configure ( )
    protected function configure()
    {
        $this->addArgument('name', InputArgument::REQUIRED, 'Package name');
        $this->addOption('dir', false, InputOption::VALUE_OPTIONAL, 'Write the archive to this directory');
    }