add mrbc -h option

This commit is contained in:
murase_syuka
2013-08-02 16:30:51 +09:00
parent a32fdf3e5d
commit fb9372b948
+2
View File
@@ -117,6 +117,8 @@ parse_args(mrb_state *mrb, int argc, char **argv, struct mrbc_args *args)
case 'g':
args->debug_info = 1;
break;
case 'h':
return -1;
case '-':
if (argv[i][1] == '\n') {
return i;