rtk-ai/rtk

fix: extra blank lines in gradle output

クローズ

#372 opened on 2026/03/06

 (1 件のコメント) (0 件のリアクション) (0 人の担当者)Rust (2,914 件のフォーク)batch import
P3-nice-to-havearea:clibugeffort-smallfilter-qualitygood first issuepriority:low

Repository metrics

Stars
 (48,085 個のスター)
PR merge metrics
 (平均マージ 11d 1h) (30d で 45 merged PRs)

説明

When running rtk gradle, the filtered output includes extra blank lines:

  1. Leading blank lines at the start of output
  2. Extra newline when stderr is empty (stdout + '\n' + empty stderr)

Expected: Clean output without leading/trailing blank lines. Actual: Extra blank lines appear in filtered output.

コントリビューターガイド