NAME

Dezi::CLI - command-line interface to Dezi::App

SYNOPSIS

 use Dezi::CLI;
 my $app = Dezi::CLI->new_with_options();
 $app->run();

DESCRIPTION

The Dezi::CLI class is a port of the swish3 tool to a proper class, using MooseX::Getopt.

METHODS

run

Main method. Calls commands passed via @ARGV.

index

Run the CLI in indexing mode.

Run the CLI in searching mode.

merge

NOT YET IMPLEMENTED merge 2 or more indexes together.

delete

NOT YET IMPLEMENTED delete or more URIs from an index.

AUTHOR

Peter Karman, <karpet@dezi.org>

BUGS

Please report any bugs or feature requests to bug-dezi-app at rt.cpan.org, or through the web interface at http://rt.cpan.org/NoAuth/ReportBug.html?Queue=Dezi-App. I will be notified, and then you'll automatically be notified of progress on your bug as I make changes.

SUPPORT

You can find documentation for this module with the perldoc command.

    perldoc Dezi::CLI

You can also look for information at:

COPYRIGHT AND LICENSE

Copyright 2018 by Peter Karman

This library is free software; you can redistribute it and/or modify it under the same terms as Perl itself.

SEE ALSO

http://dezi.org/, http://swish-e.org/, http://lucy.apache.org/