Class Kitab\Bin\Welcome
class Welcome extends Hoa\Console\Dispatcher\Kit
{
pub fn run(): int;
pub fn usage();
}
This kitab sub command is run when no sub command is specified.
Attributes
pro $options = [['list', \Hoa\Console\GetOption::NO_ARGUMENT, 'l'], ['help', \Hoa\Console\GetOption::NO_ARGUMENT, 'h'], ['help', \Hoa\Console\GetOption::NO_ARGUMENT, '?']];-
Options description.
pri $_subCommands = ['compile' => 'to compile the documentation into static HTML files', 'test' => 'to test the documentation'];
Methods
-
pub fn run(): int -
The entry method.
-
pub fn usage() -
Print help.