Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

fix(runner): An exception on --help argument #1202

Merged
merged 2 commits into from
Nov 21, 2022
Merged

Conversation

jubnzv
Copy link
Contributor

@jubnzv jubnzv commented Nov 20, 2022

The internal implementation of Arg.parse_argv throws a Help exception if it see -help or --help key.

See: https://github.com/ocaml/ocaml/blob/182fd48a41d5bb0ab80089065306342cdc6941c7/stdlib/arg.ml#L160

Closes #1201

The internal implementation of `Arg.parse_argv` throws a `Help`
exception if it see `-help` or `--help` key.

See: https://github.com/ocaml/ocaml/blob/182fd48a41d5bb0ab80089065306342cdc6941c7/stdlib/arg.ml#L160

Closes #1201
@jubnzv jubnzv merged commit 0de8780 into master Nov 21, 2022
jubnzv added a commit that referenced this pull request Feb 1, 2023
The internal implementation of `Arg.parse_argv` throws a `Help` exception if it called with `-help` or `--help` key.

See: https://github.com/ocaml/ocaml/blob/182fd48a41d5bb0ab80089065306342cdc6941c7/stdlib/arg.ml#L160

Closes #1201

Co-authored-by: jjcnn <38888011+jjcnn@users.noreply.github.com>
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.

scilla-merger: --help output broken (image zilliqa/scilla:v0.13.0)
2 participants