pub fn print_help_markdown<C: CommandFactory>()
Expand description
Format the help information for command
as Markdown and print it.
Output is printed to the standard output, using println!
.
pub fn print_help_markdown<C: CommandFactory>()
Format the help information for command
as Markdown and print it.
Output is printed to the standard output, using println!
.