mirror of
https://github.com/mruby/mruby
synced 2026-06-08 16:11:16 +00:00
f4b528e07a
#### Before this patch: ``` $ bin/mruby -e 'p ARGV' -- -x bin/mruby: invalid option -- (-h will show valid options) ``` #### After this patch: ``` $ bin/mruby -e 'p ARGV' -- -x ["-x"] ```