You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
RBS.print_warning{"`--silent` option is deprecated because it's silent by default. You can use --log-level option of rbs command to display more information."}
71
57
end
72
58
opts.on("--[no-]exit-error-on-syntax-error","exit(1) if syntax error is detected"){|bool|
73
-
exit_error=bool
59
+
RBS.print_warning{"`--[no-]exit-error-on-syntax-error` option is deprecated because it's built in during parsing."}
74
60
}
75
61
opts.on("--fail-fast","Exit immediately as soon as a validation error is found.")do |arg|
0 commit comments