|
NAMEMooseX::App::Plugin::Man - Adds a command to display the full manualSYNOPSISIn your base class:package MyApp; use MooseX::App qw(Man); In your shell bash$ myapp man somecommand DESCRIPTIONThis plugin adds a command to display the full manpage/perldoc of your application.
Visit the GSP FreeBSD Man Page Interface. |