File tree Expand file tree Collapse file tree 2 files changed +2
-2
lines changed
src/main/kotlin/kscript/app Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -25,7 +25,7 @@ repositories {
2525}
2626
2727buildscript {
28- ext. kotlin_version = ' 1.1.4 '
28+ ext. kotlin_version = ' 1.2.30 '
2929 repositories {
3030 jcenter()
3131 }
Original file line number Diff line number Diff line change @@ -39,7 +39,7 @@ Use '--self-update' to update kscript to the latest version
3939
4040Options:
4141 -i --interactive Create interactive shell with dependencies as declared in script
42- -t --text Enable stdin support API for more streamlined text processing
42+ -t --text <version> Enable stdin support API for more streamlined text processing [default: latest]
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
You can’t perform that action at this time.
0 commit comments