Skip to content
New issue

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

Typo in user error message #42

Open
duangsuse opened this issue Aug 18, 2020 · 2 comments
Open

Typo in user error message #42

duangsuse opened this issue Aug 18, 2020 · 2 comments

Comments

@duangsuse
Copy link

GNU standart for options allow to use short form whuch consists of one character.

"whuch" ? "which"?

@duangsuse
Copy link
Author

error("Subcommand with name ${it.name} was already defined.")

Maybe "is already defined" is better?

@duangsuse
Copy link
Author

duangsuse commented Aug 18, 2020

} ?: error("Option was added, but unnamed. Added option under №${index + 1}")

"№${index + 1}" make use of a non-ASCII letter... replace with "no. $nextIndex" or "#$nextIndex"?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant