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
App::BCSSH::Help - Role to provide -h and --help options
package App::BCSSH::Command::mycommand;
use App::BCSSH::Options;
with Options;
with 'App::BCSSH::Help';
$ bcssh mycommand --help