Skip to content

don't mask errors in replaceHelpSnippet, only allow special case 99 - #336

Merged
robstoll merged 1 commit into
mainfrom
bugfix/replace-snippet-masks-errors
Sep 17, 2026
Merged

robstoll merged 1 commit into
mainfrom
bugfix/replace-snippet-masks-errors

Conversation

@robstoll

Copy link
Copy Markdown
Member

parse-args uses exit 99 if --help was used, that's the reason why we deliberately used || true but this of course hides also all other errors.


I confirm that I have read the Contributor Agreement v1.1, agree to be bound on them and confirm that my contribution is compliant.

parse-args uses exit 99 if --help was used, that's the reason why we
deliberately used `|| true` but this of course hides also all other
errors.
@robstoll
robstoll merged commit d323aa0 into main Sep 17, 2026
5 checks passed
@robstoll
robstoll deleted the bugfix/replace-snippet-masks-errors branch September 17, 2026 21:30
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant