We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 83976d8 commit 9978a26Copy full SHA for 9978a26
src/main/kotlin/ArgParser.kt
@@ -1068,5 +1068,3 @@ open class UnexpectedOptionArgumentException(val optName: String) :
1068
*/
1069
open class UnexpectedPositionalArgumentException(val valueName: String?) :
1070
SystemExitException("unexpected argument${if (valueName == null) "" else " after $valueName"}", 2)
1071
-
1072
-// TODO: remove addValidator completely?
0 commit comments