Expand description
Autogenerate Markdown documentation for clap command-line tools
See Examples for examples of the content clap-markdown
generates.
Structs§
- Markdown
Options - Options to customize the structure of the output Markdown document.
Functions§
- help_
markdown - Format the help information for
command
as Markdown. - help_
markdown_ command - Format the help information for
command
as Markdown. - help_
markdown_ command_ custom - Format the help information for
command
as Markdown, with custom options. - help_
markdown_ custom - Format the help information for
command
as Markdown, with custom options. - print_
help_ markdown - Format the help information for
command
as Markdown and print it.