diff options
Diffstat (limited to 'run-tools.ps1')
| -rw-r--r-- | run-tools.ps1 | 2 |
1 files changed, 1 insertions, 1 deletions
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 |
