mirror of
https://github.com/meilisearch/meilisearch.git
synced 2025-12-09 06:05:41 +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")
|
||||
.arg("fetch")
|
||||
.arg("--tags")
|
||||
.stderr(Stdio::inherit())
|
||||
.stdout(Stdio::inherit())
|
||||
.stderr(Stdio::null())
|
||||
.stdout(Stdio::null())
|
||||
.status()?;
|
||||
|
||||
let output = std::process::Command::new("git")
|
||||
|
||||
Reference in New Issue
Block a user