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

configure() protected method

protected configure ( )
    protected function configure()
    {
        $this->setName('s3:storage:sync')->setDescription('Sync all of your media files over to S3.')->setDefinition($this->getOptionsList());
        parent::configure();
    }