Kotlin / kotlin-interactive-shell

Kotlin Language Interactive Shell
Apache License 2.0
587 stars 36 forks source link

Exception in thread "main" kotlinx.cli.HelpPrintedException #106

Closed danny-su closed 2 years ago

danny-su commented 2 years ago

❯ 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)

asm0dey commented 2 years ago

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