logo
Free, unlimited AI code reviews that run on commit
git-lrc git-lrc GitHub Install Now We'd appreciate a star git-lrc - Free, unlimited AI code reviews that run on commit | Product Hunt git-lrc - Free, unlimited AI code reviews that run on commit | Product Hunt

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

Attributes

       Following attributes are present and behave as GLD::Usage describe them.

   leader_text
       Text that appear on top of your message

   options
       The options spec of your message

Author

       celogeek <me@celogeek.com>

Description

       Usage class to display the error message.

       This class use the full size of your terminal

Methods

sub_commands_text
       Return the list of sub commands if available.

   text
       Return a compact help message.

   option_help
       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

Name

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

Support

       You can find documentation for this module with the perldoc command.

           perldoc MooX::Options

       You can also look for information at:

       •   RT: CPAN's request tracker (report bugs here)

           <http://rt.cpan.org/NoAuth/Bugs.html?Dist=MooX-Options>

       •   AnnoCPAN: Annotated CPAN documentation

           <http://annocpan.org/dist/MooX-Options>

       •   CPAN Ratings

           <http://cpanratings.perl.org/d/MooX-Options>

       •   Search CPAN

           <http://search.cpan.org/dist/MooX-Options/>

See Also