DockerCLI/cli/streams
Sebastiaan van Stijn 8080326526
cli/streams: minor refactoring and docs touch-ups
- Touch-up GoDoc to better document each method, adding punctuation, and
  use doc-links where applicable.
- SetRawTerminal(): change the order in which we check if a terminal is
  connected; check the local boolean first before checking if the NORAW
  env-var is set.
- NewOut() / NewIn(); remove intermediate variables
- Remove explicit use of the embedded "commonStream" to make the code
  slightly less verbose, and more "to the point".
- Document the intended purpose of SetIsTerminal(), which was added in
  b2551c619d
  to be used in unit-tests.

Signed-off-by: Sebastiaan van Stijn <github@gone.nl>
2023-04-03 11:27:26 +02:00
..
in.go cli/streams: minor refactoring and docs touch-ups 2023-04-03 11:27:26 +02:00
out.go cli/streams: minor refactoring and docs touch-ups 2023-04-03 11:27:26 +02:00
stream.go cli/streams: minor refactoring and docs touch-ups 2023-04-03 11:27:26 +02:00