The London Perl and Raku Workshop takes place on 26th Oct 2024. If your company depends on Perl, please consider sponsoring and/or attending.

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.