summaryrefslogtreecommitdiffhomepage
path: root/mruby-source.gemspec
diff options
context:
space:
mode:
authorKOBAYASHI Shuji <[email protected]>2019-11-27 19:51:43 +0900
committerKOBAYASHI Shuji <[email protected]>2019-11-27 19:51:43 +0900
commitf4b528e07a069b9acbbcb61cced2b04115e61db7 (patch)
tree2dadf39864a06751efd5b5320927ee83f86d77f9 /mruby-source.gemspec
parent190649e591de2bc0b935a22066fc9e79e8ae8f9b (diff)
downloadmruby-f4b528e07a069b9acbbcb61cced2b04115e61db7.tar.gz
mruby-f4b528e07a069b9acbbcb61cced2b04115e61db7.zip
Support `--` (end of options) to `mruby` command
#### 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"] ```
Diffstat (limited to 'mruby-source.gemspec')
0 files changed, 0 insertions, 0 deletions