﻿id	summary	reporter	owner	description	type	status	priority	milestone	component	version	resolution	keywords	cc	launchpad_bug
4048	Fix the `cli_options.stdout` pattern	exarkun		"In tor_provider and i2p_provider, https://github.com/tahoe-lafs/tahoe-lafs/pull/1283 introduced a couple type ignore comments to suppress the mypy error now present in those places due to new type annotations.  The error complains about `Options` having no `stdout` attribute.  It's true the type doesn't generally, but `runner.py` puts one there.

Instead of dynamically adding extra attributes to `Options`, the code should either pass stdout (and stderr I think?) separately or introduce a new type specifically for representing an options value and some more stuff.
"	defect	new	normal	undecided	unknown	n/a				
