clap-rs / clap

A full featured, fast Command Line Argument Parser for Rust
docs.rs/clap
Apache License 2.0
13.66k stars 1.02k forks source link

propagate_version is missing from documentation #5345

Closed szabgab closed 4 months ago

szabgab commented 4 months ago

Please complete the following tasks

Clap Version

4.5

Describe your use case

this example uses propagate_version, but it is not included in documentation

Describe the solution you'd like

Please explain what that command does.

Alternatives, if applicable

No response

Additional Context

No response

epage commented 4 months ago

Its covered in the command attribute documentation in the blanket "Raw Attributes" section.

Closing in favor of the discussion at https://github.com/clap-rs/clap/discussions/4090