Skip to content

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

Merged
LisoUseInAIKyrios merged 14 commits into
MorpheApp: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 into
MorpheApp:devfrom
prateek-who:stop-on-error

Conversation

@prateek-who

Copy link
Copy Markdown
Contributor

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

@LisoUseInAIKyrios LisoUseInAIKyrios left a comment

Copy link
Copy Markdown
Contributor

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))
github-actions Bot pushed a commit that referenced this pull request Feb 21, 2026
# [1.4.0](v1.3.0...v1.4.0) (2026-02-21)

### Bug Fixes

* Allow enabling/disabling patches using case insensitive patch names ([#48](#48)) ([03a280a](03a280a))
* Do not log patch name more than once if disabled ([#49](#49)) ([b980bb8](b980bb8))

### Features

* Add `--continue-on-error` argument, return non zero exit code if patching fails ([#47](#47)) ([255646b](255646b))
* Add `--options-file` json patch/option configuration ([#53](#53)) ([44943da](44943da))
* Add `--striplibs` argument to strip unwanted architectures ([#46](#46)) ([7442d94](7442d94))
* Support patching APKM bundles ([#40](#40)) ([bfe43d0](bfe43d0))
@prateek-who prateek-who deleted the stop-on-error branch February 22, 2026 08:24
AzyrRuthless pushed a commit to AzyrRuthless/morphe-cli that referenced this pull request Mar 6, 2026
…f patching fails (MorpheApp#47)

Co-authored-by: LisoUseInAIKyrios <118716522+LisoUseInAIKyrios@users.noreply.github.com>
github-actions Bot pushed a commit to AzyrRuthless/morphe-cli that referenced this pull request Mar 6, 2026
# [1.2.0-dev.1](v1.1.1...v1.2.0-dev.1) (2026-03-06)

### Bug Fixes

* Allow enabling/disabling patches using case insensitive patch names ([MorpheApp#48](https://github.com/AzyrRuthless/morphe-cli/issues/48)) ([4c92751](4c92751))
* Do not log patch name more than once if disabled ([MorpheApp#49](https://github.com/AzyrRuthless/morphe-cli/issues/49)) ([f88586b](f88586b))

### Features

* Add `--continue-on-error` argument, return non zero exit code if patching fails ([MorpheApp#47](https://github.com/AzyrRuthless/morphe-cli/issues/47)) ([22d72c9](22d72c9))
* Add `--options-file` json patch/option configuration ([MorpheApp#53](https://github.com/AzyrRuthless/morphe-cli/issues/53)) ([5ca8afc](5ca8afc))
* Add `--striplibs` argument to strip unwanted architectures ([MorpheApp#46](https://github.com/AzyrRuthless/morphe-cli/issues/46)) ([cd902a6](cd902a6))
* Support patching APKM bundles ([MorpheApp#40](https://github.com/AzyrRuthless/morphe-cli/issues/40)) ([daffad5](daffad5))
github-actions Bot pushed a commit to AzyrRuthless/morphe-cli that referenced this pull request Mar 6, 2026
# [1.2.0](v1.1.1...v1.2.0) (2026-03-06)

### Bug Fixes

* Allow enabling/disabling patches using case insensitive patch names ([MorpheApp#48](https://github.com/AzyrRuthless/morphe-cli/issues/48)) ([4c92751](4c92751))
* Do not log patch name more than once if disabled ([MorpheApp#49](https://github.com/AzyrRuthless/morphe-cli/issues/49)) ([f88586b](f88586b))

### Features

* Add `--continue-on-error` argument, return non zero exit code if patching fails ([MorpheApp#47](https://github.com/AzyrRuthless/morphe-cli/issues/47)) ([22d72c9](22d72c9))
* Add `--options-file` json patch/option configuration ([MorpheApp#53](https://github.com/AzyrRuthless/morphe-cli/issues/53)) ([5ca8afc](5ca8afc))
* Add `--striplibs` argument to strip unwanted architectures ([MorpheApp#46](https://github.com/AzyrRuthless/morphe-cli/issues/46)) ([cd902a6](cd902a6))
* Support patching APKM bundles ([MorpheApp#40](https://github.com/AzyrRuthless/morphe-cli/issues/40)) ([daffad5](daffad5))
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