Registry / cli / clap-mangen

clap-mangen

JSON →
library0.3.0rscratesunverified

A manpage generator for clap

# Cargo.toml [dependencies] clap_mangen = "0.3.0"
INSTALL
IMPORT
SIG · CLAP-MANGEN
C
clap-mangen
clirustv0.3.0
harness data pending
Install & Compatibility
Where this runs

No compatibility data collected yet for this library.

Code
Verified usage

Verified import paths — ran on the pinned version, not inferred.

Man
✓ use clap_mangen::Man;

Generate a manpage from a clap Command.

use clap_mangen::Man; use clap::Command; fn main() { let cmd = Command::new("myapp"); let man = Man::new(cmd); man.render_to_file("myapp.1").unwrap(); }
Debug
Known issues

No known issues recorded.

Upgrade
Version history
0.3.0latest on crates.io
Audit
Dependencies

No dependency data recorded yet.

Agent activity
33 hits · last 30 days
node
30
Resources
clap-mangen — cargo add clap-mangen · libregistry