Skip to content

Commit 9978a26

Browse files
committed
Remove defunct TODO
1 parent 83976d8 commit 9978a26

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

src/main/kotlin/ArgParser.kt

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1068,5 +1068,3 @@ open class UnexpectedOptionArgumentException(val optName: String) :
10681068
*/
10691069
open class UnexpectedPositionalArgumentException(val valueName: String?) :
10701070
SystemExitException("unexpected argument${if (valueName == null) "" else " after $valueName"}", 2)
1071-
1072-
// TODO: remove addValidator completely?

0 commit comments

Comments
 (0)