P3-nice-to-havearea:clibugeffort-smallfilter-qualitygood first issuepriority:low
Métriques du dépôt
- Stars
- (48 085 étoiles)
- Métriques de merge PR
- (Merge moyen 11j 1h) (45 PRs mergées en 30 j)
Description
When running rtk gradle, the filtered output includes extra blank lines:
- Leading blank lines at the start of output
- 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.