#!/usr/bin/perl

#  You may distribute under the terms of either the GNU General Public License
#  or the Artistic License (the same terms as Perl itself)
#
#  (C) Paul Evans, 2015 -- leonerd@leonerd.org.uk

use strict;
use warnings;

use App::MatrixTool;
exit App::MatrixTool->run( @ARGV );

=head1 NAME

matrixtool - commands to interact with a Matrix home-server

=head1 SYNOPSIS

 $ matrixtool server-key matrix.org

=head1 DESCRIPTION

This command provides a wrapper around a number of sub-commands that provide
useful interactions with a Matrix home-server.

The individual sub-commands are listed below:

=head1 COMMANDS

=over 4

=item * help

Display help information about commands

=item * resolve

Look up hostname or IP addresses of a server

=item * server-key

Fetch a server's signing key

=back

=head1 AUTHOR

Paul Evans <leonerd@leonerd.org.uk>
