azure-functions-core-tools icon indicating copy to clipboard operation
azure-functions-core-tools copied to clipboard

Return non-zero exit status if failed to parse the action

Open gukoff opened this issue 1 year ago • 3 comments

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)

gukoff avatar Feb 20 '24 15:02 gukoff