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