clap-rs / clap

A full featured, fast Command Line Argument Parser for Rust
docs.rs/clap
Apache License 2.0
13.66k stars 1.02k forks source link

fix(error): Include -- in more cases #5356

Closed epage closed 4 months ago

epage commented 4 months ago

Inspired by rust-lang/cargo#12494. Part of this is that our "did you mean" does prefix checks so it can be overly aggressive in providing suggestions. To avoid providing needless suggestions I limited this change to last / trailing_var_arg as those convey that -- is more likely a valid suggestion.