We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents cf4e569 + a0beed5 commit 2641e9cCopy full SHA for 2641e9c
lib/Command/GetRecommendations.php
@@ -30,6 +30,7 @@ public function __construct(IUserManager $userManager,
30
31
protected function configure() {
32
$this->setName('files:recommendations:recommend');
33
+ $this->setDescription('Shows recommended files for an account');
34
$this->addArgument(
35
'uid',
36
InputArgument::REQUIRED,
0 commit comments