From 9f3ceb1419f5e72fe684ae6e64568e3a14c6013c Mon Sep 17 00:00:00 2001 From: 魏曹先生 <1992414357@qq.com> Date: Wed, 15 Apr 2026 12:09:19 +0800 Subject: Rename refresh-examples to refresh-docs and add quiet flag --- run-tools.ps1 | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'run-tools.ps1') diff --git a/run-tools.ps1 b/run-tools.ps1 index 43e39d8..5aaa785 100644 --- a/run-tools.ps1 +++ b/run-tools.ps1 @@ -32,7 +32,7 @@ $rust_file = "dev_tools/src/bin/${target_name}.rs" if (Test-Path $script_file) { & $script_file } elseif (Test-Path $rust_file) { - cargo run --manifest-path dev_tools/Cargo.toml --bin $target_name + cargo run --manifest-path dev_tools/Cargo.toml --bin $target_name --quiet } else { Write-Host "Error: target '$target_name' does not exist as a script or Rust program" exit 1 -- cgit