in options.go [72:77]
func WithStderr(stderr io.Writer) Option { return func(app *App) error { app.stderr = stderr return nil } }