--fail-on-error
Open
enhancement
- Dominant language
- Ruby
- Stars
- 85
- Forks
- 28
- PR merge metrics
- No merged PRs in 30d
Description
Let's add this command line option. If it's provided, `pdd` should stop processing after the first mistake. If not, it should print the error and continue processing the next file. Thus, if this option is NOT provided, `pdd` should not fail no matter how many errors it meets.
Contributor guide
No contributing guide indexed for this repository
Research direction
Start at the pdd command-line entry point and review how existing options are parsed and how files are processed. Add --fail-on-error so the first mistake stops processing, while the default behavior reports errors and continues without failing; add or update tests for both modes.
Written by the indexing model from the issue text.
Assessment
- Tech stack
- ruby
- Domain
- cli
- Issue type
- Feature
- Difficulty
- 3/5
- Estimated time
- 1-2 days
- Activity status
- Stale
- Clarity
- Mostly clear
- Newbie friendliness
- 45/100