Skip to content

Commit

Permalink
Bring back --polyglot-like access
Browse files Browse the repository at this point in the history
  • Loading branch information
fniephaus committed Feb 16, 2024
1 parent 4d01883 commit db1e480
Showing 1 changed file with 5 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -163,6 +163,11 @@ protected String getMainClass() {
return TruffleSqueakLauncher.class.getName();
}

@Override
protected String[] getDefaultLanguages() {
return new String[0]; // Allow all languages (same effect of `--polyglot`)
}

@Override
protected void printHelp(final OptionCategory maxCategory) {
println("Usage: trufflesqueak [options] <image file> [image arguments]\n");
Expand Down

0 comments on commit db1e480

Please sign in to comment.