Xiu-zhe (Roger) Luo
Xiu-zhe (Roger) Luo
there is no fallback methods for contexts, why abstract type is necessary here?
can you point out which method? I can't get any information from your description.
why do you need to rewrite `@cast` in ComoniconGUI instead of change it here?
See my comment in #213, and yes, the main reason is I was being lazy when wrote the markdown transforms and just turn it into a `String` instead of keeping...
actually I'm curious where did you see the `#Description` section @tecosaur I don't think this is something supported at all?
Besides passing the markdown which I don't think is necessary right now (given the stdlib Markdown does not support indented output), you can define short description as the first paragraph...
close in dup of #9
> The "brief description" is simply taken to be the first paragraph of the docstring. e.g What's the difference between this and the `Intro` section approach? I think the reason...
> Ah, I may have got the behavior of Intro slightly mixed up. I thought it sets the long description? Sorry, I forgot that convention is actually as follows. `Intro`...
So I think the current behaviour is actually already what you want, but need to document it better, I have to admit the documentation has been a bit out of...