We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent db9b181 commit 7a315afCopy full SHA for 7a315af
CHANGELOG.md
@@ -257,7 +257,7 @@ fn verify_app() {
257
<a name="migrate-structopt"></a>
258
259
1. Add CLI tests, `-h` and `--help` output at a minimum (recommendation: [trycmd](https://docs.rs/trycmd/) for snapshot testing)
260
-2. Replace your dependency from `structopt = "..."` to `clap = { version = "3.0", features = "derive" }`
+2. Replace your dependency from `structopt = "..."` to `clap = { version = "3.0", features = ["derive"] }`
261
1. *If you use `no-default-features`:* add the `std` feature
262
3. Resolve compiler errors, including
263
1. Update your `use` statements from `structopt` and `structopt::clap` to `clap`
0 commit comments