lycheeverse / lychee

⚡ Fast, async, stream-based link checker written in Rust. Finds broken URLs and mail addresses inside Markdown, HTML, reStructuredText, websites and more!
https://lychee.cli.rs
Apache License 2.0
2.19k stars 133 forks source link

Add shell completions and manpage #1564

Open orhun opened 4 days ago

orhun commented 4 days ago

lychee_bin already uses clap which means we can utilize the following crates:

Then downstream sources (i.e. package managers) can consume the generated files :)

thomas-zahner commented 3 days ago

Yeah, that would definitely be two great improvements. This partially duplicates #1505