Deprecate and remove Parser::update_from
?
#4974
Labels
A-derive
Area: #[derive]` macro API
C-enhancement
Category: Raise on the bar on expectations
S-triage
Status: New; needs maintainer attention.
Parser::update_from
and related functions were introduced into the derive API in clap v3 (ie they didn't exist in structopt). They required a lot of work to get the basic semantics down for 3.0.0 (#2212, #2605) and since have continued to have issues for it (#4501, #4617, see also #3924).However, it does seem like this does not have impact on build time or binary size which I had assumed it would.
The text was updated successfully, but these errors were encountered: