Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion app/Commands/ReadCommand.php
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ class ReadCommand extends Command
. ' {--i|without-issues : Exclude issues from processing}'
. ' {--s|without-pulls : Exclude Pull Requests from processing}'
. ' {--o|with-open : Process including open Issues and Pull Requests}'
. ' {--token= : GitHub access token with "notifications" permissions}';
. ' {--token= : Specifies the token to use}';

protected $description = 'Marks as read all notifications based on specified conditions';

Expand Down