magic-wormhole / magic-wormhole.rs

Rust implementation of Magic Wormhole, with new features and enhancements
European Union Public License 1.2
722 stars 78 forks source link

cli: Use clap-mangen to generate man pages #233

Open felinira opened 2 months ago

felinira commented 2 months ago

We can't merge this as of now, this renders subcommands as separate man pages, which for us would be way too noisy and unnecessary.

See: https://github.com/clap-rs/clap/issues/5337

SUBCOMMANDS
       wormhole-rs-send(1)
              Send a file or a folder

Maybe we need to do something differently here.

Closes #231

codecov[bot] commented 2 months ago

Codecov Report

All modified and coverable lines are covered by tests :white_check_mark:

Project coverage is 37.90%. Comparing base (bc997d8) to head (fee1608).

Additional details and impacted files ```diff @@ Coverage Diff @@ ## main #233 +/- ## ========================================== - Coverage 38.03% 37.90% -0.13% ========================================== Files 18 18 Lines 3163 3163 ========================================== - Hits 1203 1199 -4 - Misses 1960 1964 +4 ```

:umbrella: View full report in Codecov by Sentry.
:loudspeaker: Have feedback on the report? Share it here.