Please complete the following tasks
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
Please complete the following tasks
Clap Version
v3.0.0-beta.4
Describe your use case
clap_derivehas adefault_value_tattribute that takes a rust data type, instead of a string, and sets it asdefault_valueon theArg.However, there are related functions that are missing similar
_tmagic methodsDescribe 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