voidzero-dev / voidzero-dev/vite-plus

vp run: add --silent option like npm/pnpm/yarn/bun/etc.

オープン
#1,768 コメント 2 件 リアクション 1 件 担当者 1 名 @zmwangx が担当を希望しています GitHub で見る
contribution welcome enhancement good first issue
主要言語
Rust
スター
5.8k
フォーク
262
平均マージ
23時間 41分
マージ済み PR(30日)
138

説明

### Description

Currently `vp run` doesn't seem to have a way to suppress the script command line and other vp diagnostic info, e.g.

```console
$ vp run --cache check
~/cmd/admin-web$ vp check ◉ cache hit, replaying
pass: All 162 files are correctly formatted (331ms, 14 threads)
pass: Found no warnings, lint errors, or type errors in 77 files (1.4s, 14 threads)

---
vp run: cache hit, 1.96s saved.
```

The command line and diagnostics info is sometimes pure noise and in agentic settings only waste tokens when shown repeatedly in verification gates.

Other major JS toolchains all have `--silent` option in their `run` command, but AFAICT `vp run` only has `--verbose` adding more output, not less.

### Suggested solution

Simply add a `-s, --silent` option like other toolchains (npm/pnpm/yarn/bun/etc.):

```console
$ vp run --silent --cache check
pass: All 162 files are correctly formatted (331ms, 14 threads)
pass: Found no warnings, lint errors, or type errors in 77 files (1.4s, 14 threads)
```

### Alternative

_No response_

### Additional context

_No response_

### Validations

- [x] Read the [Contributing Guidelines](https://github.com/voidzero-dev/vite-plus/blob/main/CONTRIBUTING.md).
- [x] Confirm this request is for Vite+ itself and not for Vite, Vitest, tsdown, Rolldown, or Oxc.
- [x] Check that there isn't already an issue requesting the same feature.

コントリビューションガイド

コントリビューションガイドを開く

評価

この issue はまだ評価されていません。

新しい issue をメールで受け取る

初心者向けの GitHub issue を短くまとめたダイジェスト。