area:clibugeffort-smallfilter-qualitygood first issuepriority:low
仓库指标
- Star
- (48,085 star)
- PR 合并指标
- (平均合并 11天 1小时) (30 天内合并 45 个 PR)
描述
Problem
rtk wget https://example.com -O - fails with:
example.com FAILED: Prepended http:// to '-'
RTK treats - (stdout redirect) as a URL and prepends http:// to it.
Expected
Should pass -O - through to wget as a flag, not interpret it as a second URL.
Workaround
rtk wget https://example.com works (without -O -).
Found during
LLM comprehension testing on 57 RTK commands — this was the only command that failed.