NAME
MooseX::App::Meta::Role::Class::Command - Meta class role for command classes
DESCRIPTION
This meta class role will automatically be applied to all command classes. This documentation is only of interest if you intent to write plugins for MooseX-App.
ACCESSORS
command_short_description
Read/set the short command description. Will be extracted from the Pod NAME section if not set.
command_long_description
Read/set the long command description. Will be extracted from the Pod DESCRIPTION or OVERVIEW section if not set.
METHODS
_build_command_pod
Parses the Pod from the command class.
_pod_node_to_text
my $pod_text = $meta->_pod_node_to_text($pod_elemental,$indent);
Converts a Pod::Elemental::Element object to plain text.