mirror of
https://github.com/clap-rs/clap
synced 2024-11-10 14:54:15 +00:00
3755c56dcf
derive arguments like this: #[arg(long)] pub flag: bool, were producing option descriptions like this: --flag=FLAG FLAG is spurious. It turns out that derive always sets a value name, for simplicity, even when there are no arguments. Check for this case. Fixes #4443. |
||
---|---|---|
.. | ||
snapshots | ||
common.rs | ||
roff.rs |