From 6f791a3ba8470fe869453a796c202ec14d9ed2fe Mon Sep 17 00:00:00 2001 From: Josh Date: Wed, 20 Nov 2024 11:48:47 -0500 Subject: [PATCH] fix: add missing description to command Signed-off-by: Josh --- lib/Command/GetRecommendations.php | 1 + 1 file changed, 1 insertion(+) diff --git a/lib/Command/GetRecommendations.php b/lib/Command/GetRecommendations.php index b40f4541..2ab7523e 100644 --- a/lib/Command/GetRecommendations.php +++ b/lib/Command/GetRecommendations.php @@ -30,6 +30,7 @@ public function __construct(IUserManager $userManager, protected function configure() { $this->setName('files:recommendations:recommend'); + $this->setDescription('Shows recommended files for an account'); $this->addArgument( 'uid', InputArgument::REQUIRED,