epage / clapng

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

3.0 Release Checklist #220

Open epage opened 2 years ago

epage commented 2 years ago

Issue by epage Wednesday Oct 13, 2021 at 11:24 GMT Originally opened as https://github.com/clap-rs/clap/issues/2869


epage commented 2 years ago

Comment by wldevries Sunday Oct 17, 2021 at 09:48 GMT


Not sure if this is the right place, but the readme in this repository for "Using Derive Macros" is incorrect at the moment. It uses Parser instead of the replacement type Clap.

epage commented 2 years ago

Comment by tranzystorek-io Sunday Oct 17, 2021 at 10:05 GMT


@wldevries According to d840d5650e9a7085a39c620697b11d6010d4fcf7 the Clap trait has been renamed to Parser to show what it does more specifically.