class Help (View source)

Methods

__construct(string|null $description = null, string|null $synopsis = null, bool $hidden = false)

No description

static 
handle(ReflectionAttribute $attribute, CommandInfo $commandInfo)

No description

Details

__construct(string|null $description = null, string|null $synopsis = null, bool $hidden = false)

No description

Parameters

string|null $description

A one line description.

string|null $synopsis

A multi-line help text.

bool $hidden

Hide the command from the help list.

static handle(ReflectionAttribute $attribute, CommandInfo $commandInfo)

No description

Parameters

ReflectionAttribute $attribute
CommandInfo $commandInfo