@@ -0,0 +1,7 @@
package com.infendro.cli.argument
interface Parser<T> {
fun parse(
text: String?,
): T
}
The note is not visible to the blocked user.