diff options
Diffstat (limited to 'run-tools.sh')
| -rwxr-xr-x | run-tools.sh | 2 |
1 files changed, 1 insertions, 1 deletions
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 |
