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

NAME

App::BCSSH::Help - Role to provide -h and --help options

SYNOPSIS

    package App::BCSSH::Command::mycommand;
    use App::BCSSH::Options;
    with Options;
    with 'App::BCSSH::Help';

    $ bcssh mycommand --help