print other parts of the doc string in detailed help info
currently only the required sections are displayed and parsed in the help info. We should definitely print the other parts as well, e.g if the doc string contains some sections other than Arguments, Options or Flags (like an Example section, or !!!note section etc.)
It would also be nice if you can take screen width into consideration:
Or perhaps there's an alternative format for printing the docs where it doesn't depend on screen width?
You can turn runtime printing on, the reason why width is not taken into account is mainly for making 1.8 and lower versions happy with the latency. Now with pkgimage this is getting much better we should probably consider a refactor of some of the CLI runtime to make it richer