-
-
Notifications
You must be signed in to change notification settings - Fork 521
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
update clap to last version: clap = { version = "3.1.8", #664
Comments
cli.rslines 3, 96the migration guide and list of breaking changes lists: 3.1.0 - 2022-02-16Deprecationsclap::Command is now preferred over clap::App (#3089 in #3472) lines 4, 8, 83, 86use of deprecated struct lines 6, 98clap-rs/clap#3611 3.0.0 - 2021-12-31BREAKING CHANGESFrom clap 2Easier to catch changes: lines 11, 20, 31, 39, 45, 54, 61, 68, 77, 102use of deprecated associated function lines 13, 22, 33, 47, 79, 104the migration guide and list of breaking changes lists: 3.0.0 - 2021-12-31BREAKING CHANGESFrom clap 2Easier to catch changes: lines 17, 28no method named 3.0.0 - 2021-12-31BREAKING CHANGESFrom clap 2Subtle changes (i.e. compiler won't catch): lines 75, 109clap-rs/clap#3618 3.1.0 - 2022-02-16Deprecations(validation) clap::Command::subcommand_required(true).arg_required_else_help(true) is now preferred over clap::AppSettings::SubcommandRequiredElseHelp (clap-rs/clap#3280 commands.rslines 7, 174this struct takes 0 lifetime arguments but 1 lifetime argument was supplied lines 9, 177, 210the migration guide and list of breaking changes lists: 3.0.0 - 2021-12-31BREAKING CHANGESFrom clap 2Easier to catch changes: lines 269, 286, 303, 318, 333, 348the migration guide and list of breaking changes lists: 3.1.0 - 2022-02-16Deprecations(builder) clap::AppSettings are nearly all deprecated and replaced with builder methods and getters (#2717) |
@cindRoberta I am working on this PR. I'll do it soon |
I'm too, do you want to exchange information? did you open a fork? |
@cindRoberta Oh, then keep working, I'll take another task) |
Thanks!! @cindRoberta @ikrivosheev |
@cindRoberta do you still working on this ? |
Summary
Motivation
Additional Information
[dependencies]
clap = { version = "3.1.8", features = ["derive"] }
The text was updated successfully, but these errors were encountered: