Studio\Console\CreateCommand::configure PHP Method

configure() protected method

protected configure ( )
    protected function configure()
    {
        $this->setName('create')->setDescription('Create a new package skeleton')->addArgument('path', InputArgument::REQUIRED, 'The path where the new package should be created')->addOption('git', 'g', InputOption::VALUE_REQUIRED, 'If set, this will download the given Git repository instead of creating a new one.')->addOption('submodule', 'gs', InputOption::VALUE_REQUIRED, 'If set, this will download the given Git repository (as submodule) instead of creating a new one.');
    }