usage generate markdown
- Usage:
usage generate markdown <FLAGS> - Aliases:
md - Source code:
cli/src/cli/generate/markdown.rs
Generate markdown documentation from usage specs
Flags
-f --file <FILE>
A usage spec taken in as a file
-m --multi
Render each subcommand as a separate markdown file
--html-encode
Escape HTML in markdown
--out-dir <OUT_DIR>
Output markdown files to this directory (required when using --multi)
--out-file <OUT_FILE>
Output file path for single-file markdown generation
--replace-pre-with-code-fences
Replace <pre> tags with markdown code fences
--url-prefix <URL_PREFIX>
Prefix to add to all URLs