# Functions

No description provided by the author
Run a given Action with a given progress message, writing the output to the given writer and invoking a failure closure if an error occurs.
Run a given Action writing the output to the given writer and invoking a failure closure if an error occurs.

# Variables

No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author

# Type aliases

An Action should write progress indications to the provided writer and should return any output on success as a string return value.