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

Commit d56304e

Browse files
authored
Merge pull request #7 from eed3si9n/wip/console
Add commandArguments
2 parents cd1e8b2 + 80dd052 commit d56304e

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)