Skip to content
Snippets Groups Projects
ta-tool.pl 658 B
#!/usr/bin/env perl
use strict;
use warnings;
use SLUB::LZA::Rosetta::TA;
SLUB::LZA::Rosetta::TA->run;

=head1 NAME
    ta-tool - the swiss knife for the technical analyst working with Rosetta Achival Information system
=head1 SYNOPSIS

    ta-tool <cmd> [options]

 COMMANDS:
    search          search typical metadata
    count           count matches in metadata

 OPTIONS:
    -v --verbose    Show more detailed option
    -h --help       Prints this help information

=head1 DESCRIPTION

TODO

=head1 COPYRIGHT AND LICENSE

Copyright by Andreas Romeyke, free licensed under General Public License v3 or higher, see file LICENSE for details.

=cut


1;