Skip to content
This repository has been archived by the owner. It is now read-only.

Commit 80dd052

Browse files
committed
Add commandArguments
Fixes #6
1 parent cd1e8b2 commit 80dd052

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed

compiler-interface/src/main/java/xsbti/ConsoleInterface1.java

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -25,4 +25,10 @@ void run(
2525
Object[] bindValues,
2626
Logger log
2727
);
28+
29+
String[] commandArguments(
30+
String[] args,
31+
String bootClasspathString,
32+
String classpathString,
33+
Logger log);
2834
}

0 commit comments

Comments
 (0)