Skip to content

Commit b1265ec

Browse files
maxandersenparttimenerd
authored andcommitted
aliases for profiler, jattach etc.
1 parent 2ce6dad commit b1265ec

File tree

1 file changed

+14
-0
lines changed

1 file changed

+14
-0
lines changed

jbang-catalog.json

Lines changed: 14 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -24,6 +24,20 @@
2424
"script-ref": "https://github.com/jvm-profiling-tools/ap-loader/releases/latest/download/ap-loader-all.jar",
2525
"main": "one.converter.Main",
2626
"java-agents": []
27+
},
28+
"profiler": {
29+
"script-ref": "ap-loader@jvm-profiling-tools/ap-loader",
30+
"arguments": [
31+
"profiler"
32+
],
33+
"java-agents": []
34+
},
35+
"jattach": {
36+
"script-ref": "ap-loader@jvm-profiling-tools/ap-loader",
37+
"arguments": [
38+
"jattach"
39+
],
40+
"java-agents": []
2741
}
2842
},
2943
"templates": {}

0 commit comments

Comments
 (0)