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 a1d8e42 commit fa05b2eCopy full SHA for fa05b2e
src/launcher/java/org/truffleruby/launcher/RubyLauncher.java
@@ -146,7 +146,7 @@ protected void collectArguments(Set<String> options) {
146
"-C",
147
"-d",
148
"-e",
149
- "-E", "--encoding",
+ "-E",
150
"-F",
151
"-i",
152
"-I",
@@ -162,7 +162,9 @@ protected void collectArguments(Set<String> options) {
162
"-W",
163
"-x",
164
"--copyright",
165
- "--enable", "--disable",
+ "--disable",
166
+ "--enable",
167
+ "--encoding",
168
"--version"));
169
}
170
0 commit comments