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

MooseX::App::Plugin::Man - Adds a command to display the full manual

Description

       This plugin adds a command to display the full manpage/perldoc of your application.

perl v5.36.0                                       2023-10-22                      MooseX::App::Plugin::Man(3pm)

Name

       MooseX::App::Plugin::Man - Adds a command to display the full manual

Synopsis

       In your base class:

        package MyApp;
        use MooseX::App qw(Man);

       In your shell

        bash$ myapp man somecommand

See Also