fix: add short flag for csv option#2370
Conversation
WalkthroughModified the CSV flag registration in Changes
Estimated code review effort🎯 1 (Trivial) | ⏱️ ~2 minutes Poem
🚥 Pre-merge checks | ✅ 5✅ Passed checks (5 passed)
✏️ Tip: You can configure your own custom pre-merge checks in the settings. ✨ Finishing touches
📜 Recent review detailsConfiguration used: Organization UI Review profile: CHILL Plan: Pro 📒 Files selected for processing (1)
⏰ Context from checks skipped due to timeout of 90000ms. You can increase the timeout in your CodeRabbit configuration to a maximum of 15 minutes (900000ms). (8)
🔇 Additional comments (1)
Comment |
Mzack9999
left a comment
There was a problem hiding this comment.
Looks like the positional issue persists even with the short version of the flag:
% go run . -l urls_test.txt -title -tech-detect -status-code -random-agent -fr -fhr -fep -auto-referer -fep -maxhr 5 -retries 3 -timeout 2 -fcdn -t 200 -c -o httpx_res.csv
...
https://scanme.sh [200]
% ls -la
total 16
drwxr-xr-x@ 4 mzack staff 128 Jan 12 14:58 .
drwxr-xr-x@ 5 mzack staff 160 Oct 24 13:21 ..
-rw-r--r--@ 1 mzack staff 4005 Jan 9 20:47 httpx.go
-rw-r--r--@ 1 mzack staff 9 Jan 12 14:58 urls_test.txt |
Closing. Reason: #2368 (comment) |
Fixes #2368
The
-csvflag was defined without a short form, causing flag parsing issues when used in certain positions.Summary by CodeRabbit
-cas an alias for the--csvoption to improve command-line usability.✏️ Tip: You can customize this high-level summary in your review settings.