Bash-Completion
view release on metacpan or search on metacpan
lib/Bash/Completion/Request.pm view on Meta::CPAN
The command line, up to and including the word to be completed, as a list of terms.
The split of the command line into terms is very very basic. There might be dragons here.
=head2 count
Number of words in the command line before the completion point.
=head2 point
The index in the command line where the shell cursor is.
=head1 METHODS
=head2 new
Constructs a completion request object based on the bash environment
variables: C<COMP_LINE> and C<COMP_POINT>.
=head2 candidates
( run in 0.226 second using v1.01-cache-2.11-cpan-4d50c553e7e )