# Functions
NewStdioWrapper initializes a new stdio wrapper that can be used in place of os.Stdout or os.Stderr.
WithContext runs f with an errgroup.Group and a context.
# Structs
LogTerminal writes data to a second writer in addition to the terminal.
StdioWrapper provides stdout and stderr integration with termstatus.
# Interfaces
Terminal prints data with intermediate status.