canonical / craft-cli

https://canonical-craft-cli.readthedocs-hosted.com/en/latest/
GNU Lesser General Public License v3.0
9 stars 15 forks source link

The `text` parameter in `Emitter.open_stream()` should be optional #188

Closed tigarmo closed 10 months ago

tigarmo commented 10 months ago

What needs to get done

The text parameter in Emitter.open_stream() should be optional

Why it needs to get done

With how the craft apps use the emitter now, the text is often redundant.

tigarmo commented 10 months ago

Fixed by #194