Skip to content

Commit

Permalink
Merge pull request #821 from nextcloud/fix/command-description
Browse files Browse the repository at this point in the history
  • Loading branch information
skjnldsv authored Nov 21, 2024
2 parents cf4e569 + a0beed5 commit 2641e9c
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 2641e9c

Please sign in to comment.