kotlinx-cli
kotlinx-cli copied to clipboard
Typo in user error message
https://github.com/Kotlin/kotlinx-cli/blob/f917f17ac83c2f2f60f6fb4094bdd82b6eff93fe/core/commonMain/src/ArgParser.kt#L247
"whuch" ? "which"?
https://github.com/Kotlin/kotlinx-cli/blob/f917f17ac83c2f2f60f6fb4094bdd82b6eff93fe/core/commonMain/src/ArgParser.kt#L329
Maybe "is already defined" is better?
https://github.com/Kotlin/kotlinx-cli/blob/f917f17ac83c2f2f60f6fb4094bdd82b6eff93fe/core/commonMain/src/ArgParser.kt#L567
"№${index + 1}" make use of a non-ASCII letter... replace with "no. $nextIndex" or "#$nextIndex"?