perl-moox-cmd 0.017
Giving an easy Moo style way to make command organized CLI apps
This package 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 top-level command through to the most specific one) is instantiated.
- Outputs:
out
- Website: https://metacpan.org/release/MooX-Cmd
- Licenses: GPL 1+
- Package source: gnu/packages/perl.scm
- Builds: See build status
- Issues: See known issues
Installation
Install perl-moox-cmd 0.017
as follows:
guix install perl-moox-cmd@0.017
Or install the latest version:
guix install perl-moox-cmd
You can also install packages in augmented, pure or containerized environments for development or simply to try them out without polluting your user profile. See the guix shell
documentation for more information.