Skip to content

Commit

Permalink
Merge pull request #824 from nextcloud/backport/821/stable30
Browse files Browse the repository at this point in the history
[stable30] fix: add missing description to command
  • Loading branch information
skjnldsv authored Nov 21, 2024
2 parents 424f203 + 6f791a3 commit fbbf177
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 fbbf177

Please sign in to comment.