Skip to content

Commit 4dcc7a3

Browse files
committed
Add jt graalvm-home
1 parent 90afa7e commit 4dcc7a3

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

tool/jt.rb

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -731,6 +731,7 @@ def help
731731
jt sync continuously synchronize changes from the Ruby source files to the GraalVM build
732732
jt idea generates IntelliJ projects
733733
jt format run eclipse code formatter
734+
jt graalvm-home prints the GraalVM home of the RUBY_SELECTOR
734735
735736
you can also put --build or --rebuild in front of any command to build or rebuild first
736737
@@ -759,6 +760,10 @@ def launcher
759760
puts ruby_launcher
760761
end
761762

763+
define_method(:'graalvm-home') do
764+
puts graalvm_home
765+
end
766+
762767
def build(*options)
763768
project = options.shift
764769
case project

0 commit comments

Comments
 (0)