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.
Exit code for --max-downloads #10388
Comments
|
Agreed with @weedy, a nonzero exit code is not appropriate in this situation as I mentioned in another issue here: #13598 (comment) A canonical way to do this could be via some stats/summary info, either printed out to the console or to a file in a computer-readable format; e.g. |
As a unix user I fundamentally disagree with how #852 went but that's history now.
That said I can't imagine why you would want to exit non-zero when you use --max-downloads.
I wanted maximum 8 files, you gave me 8 files. Then exited with an error.
How does this make sense?