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

configure() protected method

protected configure ( )
    protected function configure()
    {
        $this->setName('s3:config:list')->setDescription('Lists whatever credentials for S3 you have provided for Magento.');
        parent::configure();
    }