mirror of
https://github.com/clap-rs/clap
synced 2024-12-13 14:22:34 +00:00
15616bbd13
When to show usage? We are currently mixed about it. For `validator`, we didn't show it at all. Sometimes we show the used arguments and sometimes we don't. With `ValueParser`, I ran into the problem that we weren't showing the used arguments like we had previously in some cases. In deciding how to solve this, I went with the simplest route for now and removed it as the usage likely doesn't add much context to help people solve their problem, more so the recommendation for help. We'll see how the feedback is on this and adjust. |
||
---|---|---|
.. | ||
builder | ||
derive | ||
derive_ui | ||
ui | ||
app.yml | ||
derive_ui.rs | ||
examples.rs | ||
macros.rs | ||
ui.rs | ||
yaml.rs |