Class Kitab\Bin\Compile

class Compile extends Hoa\Console\Dispatcher\Kit
{
    pub fn run(): int;
    pub fn usage();
}

This kitab sub command compiles the documentation into HTML.

Attributes

pro $options = [['configuration-file', \Hoa\Console\GetOption::REQUIRED_ARGUMENT, 'c'], ['default-namespace', \Hoa\Console\GetOption::REQUIRED_ARGUMENT, 'd'], ['with-composer', \Hoa\Console\GetOption::OPTIONAL_ARGUMENT, 'a'], ['with-logo-url', \Hoa\Console\GetOption::REQUIRED_ARGUMENT, 'l'], ['with-project-name', \Hoa\Console\GetOption::REQUIRED_ARGUMENT, 'p'], ['output-directory', \Hoa\Console\GetOption::REQUIRED_ARGUMENT, 'o'], ['open', \Hoa\Console\GetOption::NO_ARGUMENT, 'r'], ['help', \Hoa\Console\GetOption::NO_ARGUMENT, 'h'], ['help', \Hoa\Console\GetOption::NO_ARGUMENT, '?']];

Options description.

Methods

pub fn run(): int

The entry method.

pub fn usage()

Print help.