Zilliqa / scilla

Scilla - A Smart Contract Intermediate Level Language
https://scilla-lang.org
GNU General Public License v3.0
241 stars 79 forks source link

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

Closed jubnzv closed 1 year ago

jubnzv commented 1 year ago

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