We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 223f7be commit a1d8e42Copy full SHA for a1d8e42
src/launcher/java/org/truffleruby/launcher/RubyLauncher.java
@@ -132,6 +132,11 @@ protected void launch(Context.Builder contextBuilder) {
132
System.exit(exitValue);
133
}
134
135
+ /**
136
+ * This is only used to provide suggestions when an option is misspelled.
137
+ * It should only list options which are parsed directly by the CommandLineParser.
138
+ * Normal SDK options are already handled by the common Launcher code.
139
+ */
140
@Override
141
protected void collectArguments(Set<String> options) {
142
options.addAll(Arrays.asList(
0 commit comments