cqfn / pdd

Command line toolkit for collecting TODO markers from your code, known as Puzzle Driven Development (PDD)

Home Page:https://www.0pdd.com

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

--fail-on-error

yegor256 opened this issue · comments

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.

@mbao01 can you help?

@yegor256 Yes, I will work on it

For now fail-on-error is default behaviour, but there is a flag --skip-errors not applied by default (and can be discovered only in source code as NOT mentioned in documentation)

@pnatashap can you help extend the documentation?