package com.infendro.cli.argument interface Parser { fun parse( text: String?, ): T }