Open
Description
Please complete the following tasks
- I have searched the discussions
- I have searched the existing issues
Clap Version
v3.0.0-beta.4
Describe your use case
clap_derive
has a default_value_t
attribute that takes a rust data type, instead of a string, and sets it as default_value
on the Arg
.
However, there are related functions that are missing similar _t
magic methods
Describe the solution you'd like
Add magic methods for other raw methods that accept a value corresponding to the field the attribute is applied to
Alternatives, if applicable
No response
Additional Context
No response