summaryrefslogtreecommitdiffstats
path: root/lib/Reply/Plugin/Autocomplete/Commands.pm
diff options
context:
space:
mode:
Diffstat (limited to 'lib/Reply/Plugin/Autocomplete/Commands.pm')
-rw-r--r--lib/Reply/Plugin/Autocomplete/Commands.pm13
1 files changed, 13 insertions, 0 deletions
diff --git a/lib/Reply/Plugin/Autocomplete/Commands.pm b/lib/Reply/Plugin/Autocomplete/Commands.pm
index ec86208..e3b653d 100644
--- a/lib/Reply/Plugin/Autocomplete/Commands.pm
+++ b/lib/Reply/Plugin/Autocomplete/Commands.pm
@@ -1,9 +1,22 @@
package Reply::Plugin::Autocomplete::Commands;
use strict;
use warnings;
+# ABSTRACT: tab completion for reply commands
use base 'Reply::Plugin';
+=head1 SYNOPSIS
+
+ ; .replyrc
+ [ReadLine]
+ [Autocomplete::Commands]
+
+=head1 DESCRIPTION
+
+This plugin registers a tab key handler to autocomplete Reply commands.
+
+=cut
+
sub tab_handler {
my $self = shift;
my ($line) = @_;