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.
mx espresso
1 parent 8d59c75 commit cd41dd3Copy full SHA for cd41dd3
espresso/mx.espresso/mx_espresso.py
@@ -969,7 +969,8 @@ def gen_gc_option_check(args):
969
970
# Register new commands which can be used from the commandline with mx
971
mx.update_commands(_suite, {
972
- 'espresso': [_run_espresso_launcher, '[args]'],
+ 'espresso': [_run_espresso, '[args]'],
973
+ 'espresso-launcher': [_run_espresso_launcher, '[args]'],
974
'espresso-embedded': [_run_espresso_embedded, '[args]'],
975
'java-truffle': [_run_java_truffle, '[args]'],
976
'espresso-meta': [_run_espresso_meta, '[args]'],
0 commit comments