1
0
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:
Awilum
2021-09-21 13:34:45 +03:00
parent 2bee9842f4
commit 72239c8e00

View File

@@ -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.');
}