From 5b9076b09b5da1f415299309f16dff21b54a62f0 Mon Sep 17 00:00:00 2001 From: Jesse Luehrs Date: Wed, 10 Jul 2013 02:45:48 -0400 Subject: docs --- lib/Reply/Plugin/Autocomplete/Commands.pm | 13 +++++++++++++ 1 file changed, 13 insertions(+) (limited to 'lib/Reply/Plugin/Autocomplete/Commands.pm') 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) = @_; -- cgit v1.2.3-54-g00ecf