This document contains the help content for the pep257 command-line program.
Command Overview:
A tool to check Rust docstrings against PEP 257 conventions.
Supports multiple comment styles: ///, /** */, and #[doc = "..."].
Examples:
pep257 check
pep257 check src/main.rs
pep257 check src/
pep257 check --warnings
pep257 check --format json
Usage: pep257 [OPTIONS] [COMMAND]
check— Check a file or directory (defaults to current directory)
-
-v,--verbose— Increase logging verbosity -
-q,--quiet— Decrease logging verbosity -
-w,--warnings— Show warnings in addition to errors -
--format <FORMAT>— Output formatDefault value:
textPossible values:
text,json -
--no-fail— Exit with code 0 even if violations are found
Check a file or directory (defaults to current directory)
Usage: pep257 check [PATH]
<PATH>— Path to check (file or directory, defaults to current directory)
This document was generated automatically by
clap-markdown.