Skip to content

Commit 64c4899

Browse files
committed
Some clarification on --include / -I
1 parent c3fa8ea commit 64c4899

File tree

1 file changed

+5
-3
lines changed

1 file changed

+5
-3
lines changed

S19-commandline.pod

Lines changed: 5 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -442,10 +442,12 @@ your shell lets you pass them). Allows passing a closure
442442

443443
Print summary of options. Desugars to C<++CMD --print-help --exit ++/CMD>.
444444

445-
=item --include, -I *directory*[,*directory*[,...]]
445+
=item --include, -I location[,Class=location[,...]]
446446

447-
Prepend directories to @*INC, for searching ad hoc libraries. Searching the
448-
standard library follows the policies laid out in
447+
Prepend C<CompUnitRepo>'s to @*INC, for ad hoc module searching. The
448+
L<CompUnitRepo::Local::File> class will be assumed if no class has been
449+
specified. Any class specified should adhere to the L<CompUnitRepo> interface.
450+
In any Searching the standard library follows the policies laid out in
449451
L<Synopsis 11|S11-modules>.
450452

451453
=item --language, -L *dsl*

0 commit comments

Comments
 (0)