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
- Host: GitHub
- URL: https://github.com/getty/p5-moox-cmd
- Owner: Getty
- Created: 2012-02-09T13:37:18.000Z (about 13 years ago)
- Default Branch: master
- Last Pushed: 2018-04-01T08:04:01.000Z (about 7 years ago)
- Last Synced: 2024-06-18T15:19:15.115Z (11 months ago)
- Language: Perl
- Homepage: https://metacpan.org/module/MooX::Cmd
- Size: 123 KB
- Stars: 7
- Watchers: 3
- Forks: 6
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
- Changelog: Changes
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 welcomeIssue 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.