-
let entity_subcommand = Command::new("generate")
.about("Codegen related commands")
.setting(AppSettings::VersionlessSubcommands)
.subcommand(
old version: clap = { version = "^2.33.3" } |
Beta Was this translation helpful? Give feedback.
Answered by
epage
Apr 5, 2022
Replies: 2 comments
-
I'd recommend working through our migration guide and list of breaking changes Quoting from that
|
Beta Was this translation helpful? Give feedback.
0 replies
Answer selected by
epage
-
3.0.0 - 2021-12-31 |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
I'd recommend working through our migration guide and list of breaking changes
Quoting from that