summaryrefslogtreecommitdiffstats
path: root/lib/Reply/Plugin/Autocomplete/Commands.pm
diff options
context:
space:
mode:
authorJesse Luehrs <doy@tozt.net>2013-07-10 02:45:48 -0400
committerJesse Luehrs <doy@tozt.net>2013-07-10 02:45:48 -0400
commit5b9076b09b5da1f415299309f16dff21b54a62f0 (patch)
tree016d15c35fd84992b3f97b9c2369b7c3bd9fd00a /lib/Reply/Plugin/Autocomplete/Commands.pm
parentd30b4d66828b31823af1885d48a07825b4b570ee (diff)
downloadreply-5b9076b09b5da1f415299309f16dff21b54a62f0.tar.gz
reply-5b9076b09b5da1f415299309f16dff21b54a62f0.zip
docs
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) = @_;