topmark.cli.console.standard_console¶
topmark / cli / console / standard_console
Stdlib-based console implementation used outside Click contexts.
StdConsole ¶
Bases: ConsoleProtocol
Simple console implementation backed by stdlib text streams.
Parameters:
| Name | Type | Description | Default |
|---|---|---|---|
enable_color
|
bool
|
Ignored for this implementation. Present only to keep the constructor shape aligned with the Click-backed console. |
False
|
out
|
TextIO | None
|
Stream for normal output. Defaults to |
None
|
err
|
TextIO | None
|
Stream for warning/error output. Defaults to |
None
|