We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 93ccba8 + 8824bb6 commit 62c5a6fCopy full SHA for 62c5a6f
app/Commands/ReadCommand.php
@@ -19,7 +19,7 @@ class ReadCommand extends Command
19
. ' {--o|with-open : Process including open Issues and Pull Requests}'
20
. ' {--token= : GitHub access token with "notifications" permissions}';
21
22
- protected $description = 'Read all issue notifications';
+ protected $description = 'Marks as read all notifications based on specified conditions';
23
24
public function handle(): void
25
{
0 commit comments