We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 424f203 + 6f791a3 commit fbbf177Copy full SHA for fbbf177
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