Skip to content

feat: Add --continue-on-error argument, return non zero exit code if patching fails#47

Merged
LisoUseInAIKyrios merged 14 commits intoMorpheApp:devfrom
prateek-who:stop-on-error
Feb 12, 2026
Merged

feat: Add --continue-on-error argument, return non zero exit code if patching fails#47
LisoUseInAIKyrios merged 14 commits intoMorpheApp:devfrom
prateek-who:stop-on-error

Conversation

@prateek-who
Copy link

The cli now automatically stops at the first error it encounters. In case the user wants to force it to continue anyways, they can use the --continue-on-error flag

@prateek-who

This comment was marked as resolved.

@LisoUseInAIKyrios LisoUseInAIKyrios changed the title feat: Stop on error feat: Add --continue-on-error argument, return non zero exit code if patching fails Feb 11, 2026
@LisoUseInAIKyrios LisoUseInAIKyrios linked an issue Feb 11, 2026 that may be closed by this pull request
2 tasks
@LisoUseInAIKyrios LisoUseInAIKyrios mentioned this pull request Feb 11, 2026
2 tasks
Copy link
Contributor

@LisoUseInAIKyrios LisoUseInAIKyrios left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Will merge this tomorrow.

@LisoUseInAIKyrios LisoUseInAIKyrios merged commit 255646b into MorpheApp:dev Feb 12, 2026
1 check passed
github-actions bot pushed a commit that referenced this pull request Feb 12, 2026
# [1.4.0-dev.3](v1.4.0-dev.2...v1.4.0-dev.3) (2026-02-12)

### Features

* Add `--continue-on-error` argument, return non zero exit code if patching fails ([#47](#47)) ([255646b](255646b))
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.

feat: Exit on exception

2 participants