We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
kotlinx-cli/core/commonMain/src/ArgParser.kt
Line 247 in f917f17
"whuch" ? "which"?
The text was updated successfully, but these errors were encountered:
Line 329 in f917f17
Maybe "is already defined" is better?
Sorry, something went wrong.
Line 567 in f917f17
"№${index + 1}" make use of a non-ASCII letter... replace with "no. $nextIndex" or "#$nextIndex"?
"№${index + 1}"
"no. $nextIndex"
"#$nextIndex"
No branches or pull requests
kotlinx-cli/core/commonMain/src/ArgParser.kt
Line 247 in f917f17
"whuch" ? "which"?
The text was updated successfully, but these errors were encountered: