mirror of
https://github.com/launchbadge/sqlx.git
synced 2025-12-29 21:00:54 +00:00
Fix docs for cargo sqlx prepare
This commit is contained in:
parent
b814cbbedf
commit
501be329e7
@ -20,8 +20,8 @@ pub enum Command {
|
||||
/// in the current directory, overwriting if needed.
|
||||
///
|
||||
/// During project compilation, the absence of the `DATABASE_URL` environment variable or
|
||||
/// the presence of `SQLX_OFFLINE` will constrain the compile-time verification to only
|
||||
/// read from the cached query metadata.
|
||||
/// the presence of `SQLX_OFFLINE` (with a value of `true` or `1`) will constrain the
|
||||
/// compile-time verification to only read from the cached query metadata.
|
||||
#[clap(alias = "prep")]
|
||||
Prepare {
|
||||
/// Run in 'check' mode. Exits with 0 if the query metadata is up-to-date. Exits with
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user