success(string|array $message) Formats a success result bar. Parameters string|array $message
progressStart(int $max) Starts the progress output. Parameters int $max Maximum steps (0 if unknown)
progressFinish() Finishes the progress output.
section(string $message) Formats a section title. Parameters string $message
progressAdvance(int $step = 1) Advances the progress output X steps. Parameters int $step Number of steps to advance
newLine(int $count = 1) Add newline(s). Parameters int $count The number of newlines
note(string|array $message) Formats a note admonition. Parameters string|array $message
listing(array $elements) Formats a list. Parameters array $elements
string choice(string $question, array $choices, string|int|null $default = null) Asks a choice question. Parameters string $question array $choices string|int|null $default Return Value string
string askHidden(string $question, callable|null $validator = null) Asks a question with the user input hidden. Parameters string $question callable|null $validator Return Value string
Page 90 of 787