mirror of
https://github.com/clap-rs/clap
synced 2024-11-14 00:27:13 +00:00
4c43b21c35
When suggesting required arguments, we wanted to avoid an argument showing up in both a group and by itself but we didn't correctly calculate that, causing no required arguments to show up at times. Now, we all use the same pool of information for doing the calculations. This was the type of cleanup that I expected it to drop our binary size but this added 1k to our .text. Strange. Fixes #4004 |
||
---|---|---|
.. | ||
builder | ||
derive | ||
derive_ui | ||
ui | ||
app.yml | ||
derive_ui.rs | ||
examples.rs | ||
macros.rs | ||
ui.rs | ||
yaml.rs |