Kotlin / kotlin-interactive-shell

Kotlin Language Interactive Shell

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Exception in thread "main" kotlinx.cli.HelpPrintedException

danny-su opened this issue · comments

❯ ki -h
Usage: ki [-h] [--version]

-h, --help Prints help
--version Print version
Exception in thread "main" kotlinx.cli.HelpPrintedException
at kotlinx.cli.FlagArgumentsKt$help$1.invoke(FlagArguments.kt:96)
at kotlinx.cli.FlagAction$DefaultImpls.invoke(Actions.kt:9)
at kotlinx.cli.FlagActionBase.invoke(FlagArguments.kt:4)
at kotlinx.cli.CommandLineParser.doParse(CommandLineParser.kt:56)
at kotlinx.cli.CommandLineParser.parseTokenized(CommandLineParser.kt:21)
at kotlinx.cli.CommandLineParser.parse(CommandLineParser.kt:11)
at kotlinx.cli.CommandLineParser.parse(CommandLineParser.kt:7)
at kotlinx.cli.ParseKt.parse(parse.kt:8)
at org.jetbrains.kotlinx.ki.shell.KotlinShell.main(KotlinShell.kt:22)

Sorry, I can't reproduce this on the latest version