Dear all, I'm used to apropos in Linux as a tool for printing command/description pairs. The current implementation in Julia filters out the most useful piece of information: https://github.com/JuliaLang/julia/blob/master/base/help.jl#L152-L157
Could I send you a pull request to replace the highlighted lines above by println(io, desc)? BTW, what is the closest we can get from Python docstrings in Julia? I see many issues on GitHub, none is solved. How to take advantage of Julia's help() function within my own code base? Best, Júlio.
