table of contents
MooseX::App::Plugin::Man(3pm) | User Contributed Perl Documentation | MooseX::App::Plugin::Man(3pm) |
NAME¶
MooseX::App::Plugin::Man - Adds a command to display the full manualSYNOPSIS¶
In your base class:package MyApp; use MooseX::App qw(Man);In your shell
bash$ myapp man somecommand
DESCRIPTION¶
This plugin adds a command to display the full manpage of your application.2014-08-05 | perl v5.20.1 |