Arkade\S3\Console\Command\ConfigSetCommand::configure PHP Method

configure() protected method

protected configure ( )
    protected function configure()
    {
        $this->setName('s3:config:set')->setDescription('Allows you to set your S3 configuration via the CLI.')->setDefinition($this->getOptionsList());
        parent::configure();
    }