I use clap to build CLI for my command line applications. I'd like to have another section printed after the list of available options. Say, a section with examples. Is it possible to have clap printing more than just about
and long_about
?
In general, it would be great if clap allows adding arbitrary documentation sections, formatted in the same way as it currently works.