Skip to content

Commit 9b468cd

Browse files
gildorholgerbrandl
authored andcommitted
Fixed --text option config (#121)
1 parent 55fb3d7 commit 9b468cd

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/main/kotlin/kscript/app/Kscript.kt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -39,7 +39,7 @@ Use '--self-update' to update kscript to the latest version
3939
4040
Options:
4141
-i --interactive Create interactive shell with dependencies as declared in script
42-
-t --text <version> Enable stdin support API for more streamlined text processing [default: latest]
42+
-t --text Enable stdin support API for more streamlined text processing
4343
--idea Open script in temporary Intellij session
4444
-s --silent Suppress status logging to stderr
4545
--package Package script and dependencies into self-dependent binary

0 commit comments

Comments
 (0)