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.
1 parent 8824bb6 commit 94ca3a1Copy full SHA for 94ca3a1
app/Commands/ReadCommand.php
@@ -17,7 +17,7 @@ class ReadCommand extends Command
17
. ' {--i|without-issues : Exclude issues from processing}'
18
. ' {--s|without-pulls : Exclude Pull Requests from processing}'
19
. ' {--o|with-open : Process including open Issues and Pull Requests}'
20
- . ' {--token= : GitHub access token with "notifications" permissions}';
+ . ' {--token= : Specifies the token to use}';
21
22
protected $description = 'Marks as read all notifications based on specified conditions';
23
0 commit comments