in reply to What's a MooseX Command
From ibidem: App::Cmd is a set of tools designed to make it simple to write sophisticated command line programs. It handles commands with multiple subcommands, generates usage text, validates options, and lets you write your program as easy-to-test classes. An App::Cmd-based application is made up of three main parts: the script, the application class, and the command classes.
|
|---|
| Replies are listed 'Best First'. | |
|---|---|
|
Re^2: What's a MooseX Command
by Boldra (Curate) on Aug 06, 2024 at 12:33 UTC |