Skip to content

Commit

Permalink
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Add cache clean alias
Browse files Browse the repository at this point in the history
Gareth Midwood committed Aug 7, 2017
1 parent 9a30972 commit 0674737
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/Creode/Cdev/Command/Site/CacheCleanSiteCommand.php
Original file line number Diff line number Diff line change
@@ -12,6 +12,7 @@ class CacheCleanSiteCommand extends SiteCommand
protected function configure()
{
$this->setName('site:cache:clean');
$this->setAliases(['site:cc']);
$this->setDescription('Clears [& flushes] caches');

$this->addOption(

0 comments on commit 0674737

Please sign in to comment.