module documentation

Undocumented

Class ​Cli​Runner No summary
Class ​Result Holds the captured result of an invoked CLI script.
Class _​Named​Text​IOWrapper Undocumented
Class ​Echoing​Stdin Undocumented
Function ​_pause​_echo Undocumented
Function make​_input​_stream Undocumented
@contextlib.contextmanager
def _pause_echo(stream):

Undocumented

Parameters
stream:t.Optional[EchoingStdin]Undocumented
Returns
t.Iterator[None]Undocumented
def make_input_stream(input, charset):

Undocumented

Parameters
input:t.Optional[t.Union[str, bytes, t.IO]]Undocumented
charset:strUndocumented
Returns
t.BinaryIOUndocumented