Skip to content

Commit 5ce644f

Browse files
committed
Add a "see also" for start_jvm options
1 parent 7800586 commit 5ce644f

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

src/scyjava/_jvm.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -117,6 +117,7 @@ def start_jvm(options=None, *, fetch_java: bool = True) -> None:
117117
:param options:
118118
List of options to pass to the JVM.
119119
For example: ['-Dfoo=bar', '-XX:+UnlockExperimentalVMOptions']
120+
See also scyjava.config.add_options.
120121
:param fetch_java:
121122
If True (default), when a JVM/or maven cannot be located on the system,
122123
[`cjdk`](https://github.com/cachedjdk/cjdk) will be used to download

0 commit comments

Comments
 (0)