File: README.md

package info (click to toggle)
libmoox-cmd-perl 0.017-2
  • links: PTS, VCS
  • area: main
  • in suites: bookworm, forky, sid, trixie
  • size: 320 kB
  • sloc: perl: 1,110; sh: 6; makefile: 2
file content (47 lines) | stat: -rw-r--r-- 1,498 bytes parent folder | download | duplicates (3)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
## 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, "<torsten at raudss.us>"
    Jens Rehsack, "<rehsack at cpan.org>"

## BUGS

    Please report any bugs or feature requests to "bug-moox-cmd
    at rt.cpan.org", or through the web interface at
    <http://rt.cpan.org/NoAuth/ReportBug.html?Queue=MooX-Cmd>. 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 <http://dev.perl.org/licenses/> for more information.