An open API service indexing awesome lists of open source software.

https://github.com/getty/p5-moox-cmd

Giving an easy Moo style way to make command organized CLI apps
https://github.com/getty/p5-moox-cmd

Last synced: 5 months ago
JSON representation

Giving an easy Moo style way to make command organized CLI apps

Awesome Lists containing this project

README

        

## Name

MooX::Cmd - Giving an easy Moo style way to make command organized CLI apps

## Description

Eases the writing of command line utilities, accepting commands and
subcommands and so on. These commands can form a tree, which is
mirrored in the package structure. On invocation each command along
the path through the tree (starting from the toplevel command
through to the most specific one) is instanciated.

## Author

Torsten Raudssus, ""
Jens Rehsack, ""

## BUGS

Please report any bugs or feature requests to "bug-moox-cmd
at rt.cpan.org", or through the web interface at
. I
will be notified, and then you'll automatically be notified
of progress on your bug as I make changes.

## Support

Repository

http://github.com/Getty/p5-moox-cmd
Pull request and additional contributors are welcome

Issue Tracker

http://github.com/Getty/p5-moox-cmd/issues
http://rt.cpan.org/NoAuth/Bugs.html?Dist=MooX-Cmd
bug-moox-cmd at rt.cpan.org

## License And Copyright

Copyright 2012-2013 Torsten Raudssus, Copyright 2013-2014 Jens Rehsack.

This program is free software; you can redistribute it and/or modify it
under the terms of either: the GNU General Public License as published
by the Free Software Foundation; or the Artistic License.

See for more information.