From ec069554b263d4d3a60a315089e170b92badd1d8 Mon Sep 17 00:00:00 2001 From: Jesse Luehrs Date: Mon, 3 Jun 2013 15:18:17 -0500 Subject: start on some docs --- lib/Reply/Plugin/Interrupt.pm | 13 +++++++++++++ 1 file changed, 13 insertions(+) (limited to 'lib/Reply/Plugin/Interrupt.pm') diff --git a/lib/Reply/Plugin/Interrupt.pm b/lib/Reply/Plugin/Interrupt.pm index a5c2b37..1aab2b8 100644 --- a/lib/Reply/Plugin/Interrupt.pm +++ b/lib/Reply/Plugin/Interrupt.pm @@ -1,9 +1,22 @@ package Reply::Plugin::Interrupt; use strict; use warnings; +# ABSTRACT: allows using Ctrl+C to interrupt long-running lines use base 'Reply::Plugin'; +=head1 SYNOPSIS + + ; .replyrc + [Interrupt] + +=head1 DESCRIPTION + +This plugin allows you to use Ctrl+C to interrupt long running commands without +exiting the Reply shell entirely. + +=cut + sub compile { my $self = shift; my ($next, @args) = @_; -- cgit v1.2.3-54-g00ecf