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

NAME

CohortExplorer::Command::Help - CohortExplorer class to print application or command specific usage

DESCRIPTION

This class is inherited from CLI::Framework::Command::Meta and overrides the methods below:

usage_text()

This method returns the usage information for the help command.

run( $opts, @args )

The method returns application or command specific usage. Only a small modification has been made to the original code so the application usage only includes the usage information on valid commands.