NAME
Beam::Runner::Command - Main command handler delegating to individual commands
VERSION
version 0.016
SYNOPSIS
exit Beam::Runner::Command->run( $cmd => @args );
DESCRIPTION
This is the entry point for the beam command which loads and runs the specific Beam::Runner::Command
class.
SEE ALSO
The Beam::Runner commands: Beam::Runner::Command::run, Beam::Runner::Command::list, Beam::Runner::Command::help
AUTHOR
Doug Bell <preaction@cpan.org>
COPYRIGHT AND LICENSE
This software is copyright (c) 2016 by Doug Bell.
This is free software; you can redistribute it and/or modify it under the same terms as the Perl 5 programming language system itself.