Fact of life: we ask non-developers to submit updates for help docs. We have to assume that, not being Python developers:
- They aren't Git ninjas
- Likely aren't using an IDE but something like Github's in-browser editor
- Will definitely use copious amounts of copy/paste
This is a recipe for disaster. Copy/paste does, with startling frequency, dump evil Unicode characters into the text that the CLI loves to crash on. Then trying to debug and fix these issues somehow results in making a simple help change more work than an actual functional code change.
Sooooo... we need to make the help system more resilient to non-ASCII characters.