← back to backlog: maak

Pretty multiline docstrings

status

todo

type

task

descriptionHello, Thank you for your work on maak. Do you think it would be possible to better format the docstrings shown in maak --list for multiline docstrings?
For example, the current output is:

foo-task: This one line.
This is another line.
But it'd be cool if the output was instead

foo-task: This one line.
          This is another line.
or even

          This one line.
foo-task: This is another line.
          This is yet another line!


for docstrings of more than 2 lines.
I also just got a follow up idea too where I can also add a LaTeX (.texi) mapper, so that Guile technical documentation is pretty rendered on CLI (and you can still use Guile Documenta to render too)
maak-454