mirror of
https://github.com/meilisearch/meilisearch.git
synced 2025-12-10 22:55:43 +00:00
Hide git fetch output
This commit is contained in:
@@ -83,8 +83,8 @@ fn generate_prototype(args: PrototypeArgs) -> anyhow::Result<()> {
|
|||||||
std::process::Command::new("git")
|
std::process::Command::new("git")
|
||||||
.arg("fetch")
|
.arg("fetch")
|
||||||
.arg("--tags")
|
.arg("--tags")
|
||||||
.stderr(Stdio::inherit())
|
.stderr(Stdio::null())
|
||||||
.stdout(Stdio::inherit())
|
.stdout(Stdio::null())
|
||||||
.status()?;
|
.status()?;
|
||||||
|
|
||||||
let output = std::process::Command::new("git")
|
let output = std::process::Command::new("git")
|
||||||
|
|||||||
Reference in New Issue
Block a user