The Perl Toolchain Summit needs more sponsors. If your company depends on Perl, please support this very important event.

NAME

Stepford::Grapher::CommandLine - Module supporting command line interface for Stepford::Grapher

VERSION

version 1.01

SYNOPSIS

    use Stepford::Grapher::CommandLine;
    exit Stepford::Grapher::CommandLine->run;

DESCRIPTION

ATTRIBUTE

renderer

The short form of the classname of the renderer to instantiate. For example graphviz for Stepford::Grapher::Renderer::Graphviz.

Required.

METHOD

$cl->run

Create a new Stepford::Grapher from the command line options (including creating a renderer) and then having it render the graph.

SUPPORT

Bugs may be submitted through https://github.com/maxmind/Stepford-Grapher/issues.

AUTHOR

Mark Fowler <mfowler@maxmind.com>

COPYRIGHT AND LICENSE

This software is copyright (c) 2016 - 2017 by MaxMind, Inc..

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