azure-functions-core-tools
azure-functions-core-tools copied to clipboard
Return non-zero exit status if failed to parse the action
Issue describing the changes in this PR
Do not swallow CliArgumentsException
. Return non-zero exit code if CLI arguments are incorrect.
Fixes https://github.com/Azure/azure-functions-core-tools/issues/3277
Pull request checklist
- [x] My changes do not require documentation changes
- [ ] Otherwise: Documentation issue linked to PR
- [ ] My changes do not need to be backported to a previous version
- [ ] Otherwise: Backport tracked by issue/PR #issue_or_pr
- [x] I have added all required tests (Unit tests, E2E tests)