mirror of
https://github.com/launchbadge/sqlx.git
synced 2026-03-27 13:46:32 +00:00
cargo sqlx prepare: fix to consistently trigger recompile
This commit is contained in:
committed by
Ryan Leckey
parent
119167e13a
commit
1bdc3e9057
@@ -37,7 +37,8 @@ pub enum Command {
|
||||
#[structopt(long)]
|
||||
check: bool,
|
||||
|
||||
/// Any arguments to pass to `cargo check`.
|
||||
/// Any arguments to pass to `cargo rustc`;
|
||||
/// Cargo args (preceding `--` in `cargo rustc ... -- ...`) only.
|
||||
#[structopt(name = "Cargo args", last = true)]
|
||||
cargo_args: Vec<String>,
|
||||
},
|
||||
|
||||
Reference in New Issue
Block a user