Skip to content

[cli] change default behaviour to emulator halt on parser error#21

Merged
max-au merged 1 commit into
masterfrom
max-au/cli-halt
Dec 25, 2021
Merged

[cli] change default behaviour to emulator halt on parser error#21
max-au merged 1 commit into
masterfrom
max-au/cli-halt

Conversation

@max-au

@max-au max-au commented Dec 21, 2021

Copy link
Copy Markdown
Owner

Fixes #20.
Allows to retain historical behaviour (ignoring any parser errors),
or to raise an exception instead of halting the emulator for improved
testing experience.

Fixes #20.
Allows to retain historical behaviour (ignoring any parser errors),
or to raise an exception instead of halting the emulator for improved
testing experience.
@max-au
max-au merged commit 27b5475 into master Dec 25, 2021
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.

even with invalid/missing arguments, cli:run/2 returns 'ok' and exit status is 0

1 participant