Skip to content

Commit afa3285

Browse files
lancepiochDaneEveritt
authored andcommitted
Add missing cli descriptions (pterodactyl#632)
1 parent 8df5d5b commit afa3285

File tree

3 files changed

+15
-0
lines changed

3 files changed

+15
-0
lines changed

app/Console/Commands/InfoCommand.php

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -30,6 +30,11 @@
3030

3131
class InfoCommand extends Command
3232
{
33+
/**
34+
* @var string
35+
*/
36+
protected $description = 'Displays the application, database, and email configurations along with the panel version.';
37+
3338
/**
3439
* @var \Illuminate\Contracts\Config\Repository
3540
*/

app/Console/Commands/Location/DeleteLocationCommand.php

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -35,6 +35,11 @@ class DeleteLocationCommand extends Command
3535
*/
3636
protected $deletionService;
3737

38+
/**
39+
* @var string
40+
*/
41+
protected $description = 'Deletes a location from the Panel.';
42+
3843
/**
3944
* @var \Illuminate\Support\Collection
4045
*/

app/Console/Commands/User/MakeUserCommand.php

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -34,6 +34,11 @@ class MakeUserCommand extends Command
3434
*/
3535
protected $creationService;
3636

37+
/**
38+
* @var string
39+
*/
40+
protected $description = 'Creates a user on the system via the CLI.';
41+
3742
/**
3843
* @var string
3944
*/

0 commit comments

Comments
 (0)