mirror of
https://github.com/flextype/flextype.git
synced 2025-08-07 05:36:54 +02:00
feat(console): update CacheGetCommand #543
This commit is contained in:
@@ -20,7 +20,7 @@ class CacheGetCommand extends Command
|
||||
protected function configure(): void
|
||||
{
|
||||
$this->setName('cache:get');
|
||||
$this->setDescription('Get value');
|
||||
$this->setDescription('Get key');
|
||||
$this->addArgument('key', InputArgument::REQUIRED, 'Key.');
|
||||
$this->addArgument('default', InputArgument::OPTIONAL, 'Default.');
|
||||
}
|
||||
|
Reference in New Issue
Block a user