From 067473789abe7a3d8b557877793dc18921fe46f0 Mon Sep 17 00:00:00 2001 From: Gareth Midwood Date: Mon, 7 Aug 2017 13:09:40 +0100 Subject: [PATCH] Add cache clean alias --- src/Creode/Cdev/Command/Site/CacheCleanSiteCommand.php | 1 + 1 file changed, 1 insertion(+) diff --git a/src/Creode/Cdev/Command/Site/CacheCleanSiteCommand.php b/src/Creode/Cdev/Command/Site/CacheCleanSiteCommand.php index ce59544..cdafb1e 100644 --- a/src/Creode/Cdev/Command/Site/CacheCleanSiteCommand.php +++ b/src/Creode/Cdev/Command/Site/CacheCleanSiteCommand.php @@ -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(