success(string|array $message) Formats a success result bar. Parameters string|array $message
section(string $message) Formats a section title. Parameters string $message
progressStart(int $max) Starts the progress output. Parameters int $max Maximum steps (0 if unknown)
progressFinish() Finishes the progress output.
progressAdvance(int $step = 1) Advances the progress output X steps. Parameters int $step Number of steps to advance
note(string|array $message) Formats a note admonition. Parameters string|array $message
newLine(int $count = 1) Add newline(s). Parameters int $count The number of newlines
listing(array $elements) Formats a list. Parameters array $elements
error(string|array $message) Formats an error result bar. Parameters string|array $message
bool confirm(string $question, bool $default = true) Asks for confirmation. Parameters string $question bool $default Return Value bool
Page 90 of 787