Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
fix: add missing description to command
Signed-off-by: Josh <[email protected]>
  • Loading branch information
joshtrichards authored and backportbot[bot] committed Nov 21, 2024
commit 94c8aa4e478ddcab2632a5419f28ac874440de0e
1 change: 1 addition & 0 deletions lib/Command/GetRecommendations.php
Original file line number Diff line number Diff line change
Expand Up @@ -46,6 +46,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
Loading