1
0
Fork 0

Merge pull request #8460 from TheGarious/clear-cache_alias

Added new Alias For Clear cache + Documentation
pull/8475/head
Jordi Boggiano 2019-12-07 18:41:24 +01:00 committed by GitHub
commit 54e4cb3f2f
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 2 additions and 2 deletions

View File

@ -706,7 +706,7 @@ performance.
* **--apcu:** Use APCu to cache found/not-found classes.
* **--no-dev:** Disables autoload-dev rules.
## clear-cache (clearcache)
## clear-cache / clearcache / cc
Deletes all content from Composer's cache directories.

View File

@ -26,7 +26,7 @@ class ClearCacheCommand extends BaseCommand
{
$this
->setName('clear-cache')
->setAliases(array('clearcache'))
->setAliases(array('clearcache', 'cc'))
->setDescription('Clears composer\'s internal package cache.')
->setHelp(
<<<EOT