We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 62b5366 commit 544e09eCopy full SHA for 544e09e
core/jvmMain/src/Utils.kt
@@ -6,6 +6,6 @@
6
package kotlinx.cli
7
8
internal actual fun exitProcess(status: Int): Nothing {
9
- kotlin.system.exitProcess(0)
+ kotlin.system.exitProcess(status)
10
}
11
core/nativeMain/src/Utils.kt
@@ -6,5 +6,5 @@
0 commit comments