This repository has been archived by the owner on Oct 1, 2023. It is now read-only.
async output
This release:
- adds
OutputInterface::writeAsync(string): Awaitable<void>
that will write the complete provided buffer - adds
OutputInterface::rawWrite(string): int
, which returns the number of bytes written - adds
CLIBase::displayHelpAsync(OutputInterface): Awaitable<void>
to replaceCLIBase::displayHelp
OutputInterface::write()
and CLIBase::displayHelp()
are still present, but will be removed in a future release.