Skip to content

Commit 8a0f936

Browse files
authored
doc: -I picks up on dirname(infile) (#62)
In order to indicate that `-I` adds to the list of added paths but does not replace/disable this addition, worded as "by default...only".
1 parent 4c01061 commit 8a0f936

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

docs/running.rst

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -301,6 +301,7 @@ the platform's native line endings. You can use this on Windows to produce
301301
Unix-style output files.
302302

303303
The ``-I`` flag adds a directory to the path used to find Python modules.
304+
By default, cog only adds the directory containing the input file.
304305

305306
The ``-p`` option specifies Python text to prepend to your Python, which can
306307
keep common imports out of source files.

0 commit comments

Comments
 (0)