You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Now that all of structopt's features are in clap v3 and structopt is in maintenance mode, it might make sense to migrate all crates in the workspace to use clap v3 to allow access to new features and a uniform way to define CLIs across Shuttle crates.
For this and other CLI dependencies, it might make sense to add them as workspace dependencies to allow all crates in the workspace to reference the shared version.
The text was updated successfully, but these errors were encountered:
Currently,
clap
v3 is used in theprovisioner
crate:shuttle/provisioner/Cargo.toml
Line 13 in 9d28924
structopt
is used inapi
andcargo-shuttle
:shuttle/api/Cargo.toml
Line 28 in 9d28924
shuttle/cargo-shuttle/Cargo.toml
Line 30 in a21c456
Now that all of
structopt
's features are inclap
v3 andstructopt
is in maintenance mode, it might make sense to migrate all crates in the workspace to useclap
v3 to allow access to new features and a uniform way to define CLIs across Shuttle crates.For this and other CLI dependencies, it might make sense to add them as workspace dependencies to allow all crates in the workspace to reference the shared version.
The text was updated successfully, but these errors were encountered: