Skip to content

Commit 98ebcab

Browse files
committed
Mention PathResolver
1 parent f8699af commit 98ebcab

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

_overviews/compiler-options/index.md

+5
Original file line numberDiff line numberDiff line change
@@ -49,6 +49,11 @@ scalac [ <options> ] <source files>
4949

5050
E.g. `scalac -encoding utf8 -Xfatal-warnings Hello.scala`
5151

52+
Default paths can be listed by running a command line tool:
53+
```
54+
scala scala.tools.util.PathResolver [ <options> ]
55+
```
56+
5257

5358

5459
### Use compiler options with sbt

0 commit comments

Comments
 (0)