The Perl Toolchain Summit needs more sponsors. If your company depends on Perl, please support this very important event.

NAME

MooX::Options::Descriptive::Usage - Usage class

VERSION

version 4.009

DESCRIPTION

Usage class to display the error message.

This class use the full size of your terminal

METHODS

new

The object is create with MooX::Options::Descriptive.

Valid option is :

leader_text

Text that appear on top of your message

options

The options spec of your message

leader_text

Return the leader_text.

sub_commands_text

Return the list of sub commands if available.

text

Return the full text help, leader and option text.

option_text

Return the help message for your options

option_pod

Return the usage message in pod format

option_short_usage

All options message without help

warn

Warn your options help message

die

Croak your options help message

BUGS

Please report any bugs or feature requests on the bugtracker website https://github.com/celogeek/MooX-Options/issues

When submitting a bug or request, please include a test-file or a patch to an existing test-file that illustrates the bug or desired feature.

AUTHOR

celogeek <me@celogeek.com>

COPYRIGHT AND LICENSE

This software is copyright (c) 2013 by celogeek <me@celogeek.com>.

This is free software; you can redistribute it and/or modify it under the same terms as the Perl 5 programming language system itself.