Skip to content

Commit 47772de

Browse files
committed
PagerDuty: Document the 'incidents' command
1 parent 20b2366 commit 47772de

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

lib/Synergy/Reactor/PagerDuty.pm

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -232,6 +232,9 @@ EOH
232232
method => '_handle_incidents',
233233
targeted => 1,
234234
predicate => sub ($self, $e) { $e->text =~ /^incidents\s*$/i },
235+
help_entries => [
236+
{ title => 'incidents', text => '*incidents*: list current active incidents' },
237+
],
235238
},
236239
{
237240
name => 'resolve-all',

0 commit comments

Comments
 (0)