You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+3-3
Original file line number
Diff line number
Diff line change
@@ -9,15 +9,15 @@ to be useful for common troubleshooting case.
9
9
10
10
Prebuild binaries are available at [bintray.com](https://bintray.com)
11
11
[](https://bintray.com/aragozin/generic/sjk/_latestVersion) are below. I would encourge you to build jars from sources, though.
12
-
-[sjk-plus.jar - all commands](https://bintray.com/artifact/download/aragozin/generic/sjk-plus-0.4.0.jar)
13
-
-[sjk.jar - all commands without mxdump](https://bintray.com/artifact/download/aragozin/generic/sjk-0.4.0.jar)
12
+
-[sjk-plus.jar - all commands](https://bintray.com/artifact/download/aragozin/generic/sjk-plus-0.4.1.jar)
13
+
-[sjk.jar - all commands without mxdump](https://bintray.com/artifact/download/aragozin/generic/sjk-0.4.1.jar)
14
14
15
15
16
16
Starting sjk
17
17
----
18
18
19
19
java -jar sjk.jar <cmd> <arguments>
20
-
java -jar sjk.jar --help
20
+
java -jar sjk.jar --commands
21
21
java -jar sjk.jar --help <cmd>
22
22
23
23
Below a few command from SJK ([full command reference](sjk-core/COMMANDS.md)).
0 commit comments