We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
I execute l3build upload in a script, which is run by a machine (not a human being). Now, I have to configure it like this:
l3build upload
echo 'y' | l3build upload --halt-on-error
Would be much more convenient to have an option for this:
l3build upload --halt-on-error --yes