We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 6f077c5 commit b5cac92Copy full SHA for b5cac92
README.adoc
@@ -98,7 +98,7 @@ docker run -i holgerbrandl/kscript - < script.kts
98
This will make `kscript` read the code from stdin while piping the file. Beware that the -i flag is needed to have
99
stdout redirected outside the container.
100
101
-Please note, that currently `@Include` are not supported when using a dockerized kscript. Also, any resource outside the
+Please note, that currently `@Import` are not supported when using a dockerized kscript. Also, any resource outside the
102
container context may not be resolved correctly. To overcome this limitation, you could use for
103
instance https://docs.docker.com/storage/bind-mounts/[bind mounts].
104
0 commit comments