Skip to content

Commit

Permalink
fix: add missing description to command
Browse files Browse the repository at this point in the history
Signed-off-by: Josh <josh.t.richards@gmail.com>
  • Loading branch information
joshtrichards authored and backportbot[bot] committed Nov 21, 2024
1 parent 424f203 commit 6f791a3
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions lib/Command/GetRecommendations.php
Original file line number Diff line number Diff line change
Expand Up @@ -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,
Expand Down

0 comments on commit 6f791a3

Please sign in to comment.