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.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'run-tools.sh') diff --git a/run-tools.sh b/run-tools.sh index c0c2c4a..8faf80f 100755 --- a/run-tools.sh +++ b/run-tools.sh @@ -29,7 +29,7 @@ if [ -f "$target_script" ]; then chmod +x "$target_script" "$target_script" elif [ -f "$target_file" ]; then - cargo run --manifest-path dev_tools/Cargo.toml --bin "$1" + cargo run --manifest-path dev_tools/Cargo.toml --bin "$1" --quiet else echo "Error: target '$target_bin' does not exist" exit 1 -- cgit