Join GitHub today
GitHub is home to over 50 million developers working together to host and review code, manage projects, and build software together.
Sign upGitHub is where the world builds software
Millions of developers and companies build, ship, and maintain their software on GitHub — the largest and most advanced development platform in the world.
feature request: batch-file to continue past errors #24532
Comments
|
Read FAQ?
|
|
Yikes -- my apologies. I read the whole section surrounding |
Checklist
Description
Currently when using
--batch-file, if any of the sources encounter an error, the remainder of the batch file will not be attempted.This feature request is to allow
--batch-fileto continue attempting all sources, regardless of any errors encountered for any individual sources.